Explorar el Código

处理了切换脑环,以及一些ui问题

yerong hace 4 años
padre
commit
791e07b8e4
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
  1. 1 1
      dist/wx
  2. 1 1
      src/components/index/login.vue
  3. 1 0
      src/pages/start/index.vue
  4. 1 2
      src/pages/start/main.json

+ 1 - 1
dist/wx

@@ -1 +1 @@
-Subproject commit 7916dc38b1ee1f23180c371c798348e5f9e360c3
+Subproject commit ec9d2b7bec76f1f325146379aaf12f2e686664f2

+ 1 - 1
src/components/index/login.vue

@@ -9,7 +9,7 @@
     </div>
 
     <div class="text-center padding-lr padding-top">
-      <button class="cu-btn lg cu-btn-primary text-white text-center" @click="to_regist(0)" v-if="is_scan">开始体验</button>
+      <button class="cu-btn lg cu-btn-primary text-white text-center" @click="to_regist(0)" v-if="is_scan">注册</button>
       <button class="cu-btn lg cu-btn-primary text-white text-center" @click="to_scan" v-else>扫一扫加入水母星球</button>
     </div>
     <view class="text-center slogen_title">

+ 1 - 0
src/pages/start/index.vue

@@ -435,6 +435,7 @@ export default {
   }
   ,
   mounted() {
+
     let $deviceId = $this._deviceId = game_store.getters.getDeviceId()
     let $serviceId = $this._serviceId = game_store.getters.getServiceId()
     let $cId = $this._characteristicId = game_store.getters.getCharacterId()

+ 1 - 2
src/pages/start/main.json

@@ -4,7 +4,6 @@
     "van-col": "../../static/vant/col/index",
     "van-toast": "../../static/vant/toast/index",
     "van-popup": "../../static/vant/popup/index",
-    "van-count-down": "../../static/vant/count-down/index",
-    "van-dialog": "../../static/vant/dialog/index"
+    "van-count-down": "../../static/vant/count-down/index"
   }
 }