puyao 5 giorni fa
parent
commit
4c346417ee
3 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 1 1
      manifest.json
  2. 2 2
      pages/user/index.vue
  3. 2 2
      store/index.js

+ 1 - 1
manifest.json

@@ -53,7 +53,7 @@
     /* 小程序特有相关 */
     "mp-weixin" : {
         // "appid" : "wx1de020b57c05a990",
-        "appid" : "wx06c66d8f7b8b01d0",
+        "appid" : "wx1de020b57c05a990",
         "setting" : {
             "urlCheck" : false
         },

+ 2 - 2
pages/user/index.vue

@@ -124,7 +124,7 @@
 								<image src="https://kntobs.jnmyunl.com/shop/images/qualification.png" mode=""></image>
 								<text class="text">资质证书</text>
 							</view>
-						<!-- 	<view class="item no-marin-bottom align-top" @click="navgetTo('/pages_course/livingList')">
+							<view class="item no-marin-bottom align-top" @click="navgetTo('/pages_course/livingList')">
 								<image
 									src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/shop/images/integral.png"
 									mode=""></image>
@@ -135,7 +135,7 @@
 									src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/shop/images/live.png"
 									mode=""></image>
 								<text class="text">直播订单</text>
-							</view> -->
+							</view>
 							<view class="item no-marin-bottom" @click="toManager()">
 								<image src="https://kntobs.jnmyunl.com/shop/images/products_icon.png" mode=""></image>
 								<text class="text">制单管理</text>

+ 2 - 2
store/index.js

@@ -23,9 +23,9 @@ export default new Vuex.Store({
 	imgpath: 'https://kntobs.jnmyunl.com',//惠选商城图片请求地址
 	// https://kntobs.jnmyunl.com/shop  惠选商城图片链接
 	logoname:'德信严选',
-	// appid:'wx1de020b57c05a990',//臻选
+	appid:'wx1de020b57c05a990',//臻选
 	// appid:'wxd2edd379beb6581b',//惠选
-	appid:'wx06c66d8f7b8b01d0',//其他
+	// appid:'wx06c66d8f7b8b01d0',//其他
   },
   mutations: {
     setCount(state, value) {