twt %!s(int64=3) %!d(string=hai) anos
pai
achega
a009df45d8
Modificáronse 5 ficheiros con 20 adicións e 5 borrados
  1. 3 2
      manifest.json
  2. 1 1
      pages/index/index.vue
  3. 1 1
      pages/login/login.vue
  4. 7 0
      pages/shop/shopDetail.vue
  5. 8 1
      pages/shop/shopList.vue

+ 3 - 2
manifest.json

@@ -50,10 +50,11 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wx9ca21d7c8495757e",
+        "appid" : "wx693850514180f795",
         "setting" : {
             "urlCheck" : false,
-            "postcss" : true
+            "postcss" : true,
+            "minified" : true
         },
         "usingComponents" : true,
         "permission" : {

+ 1 - 1
pages/index/index.vue

@@ -311,7 +311,7 @@
 				}
 				if (this.cityRole == 0) {
 					uni.showToast({
-						title:'所选城市暂时不支持保养,我们正在努力开通哦~',
+						title:'所选城市暂时不支持保养,我们正在努力开通哦~',
 						icon:'none',
 						duration: 3000,
 					})

+ 1 - 1
pages/login/login.vue

@@ -144,7 +144,7 @@ export default {
 	.container{
 	        width: 100%;
 	        min-height: 100%;
-			background: url('http://phone.66km.cn:8088/keepCar/keepCarHome.png') ;
+			background: url('http://phone.66km.cn:8088/keepCar/keepCarHome.png') ; 
 			background-size: 100%;
 	}
 	.loginLogo{

+ 7 - 0
pages/shop/shopDetail.vue

@@ -262,6 +262,13 @@
 				replaceIndex1: '',
 				replaceIndex2: '',
 				brand: '',
+				share:{
+					title:'车蓝图4S店养车服务',
+					path:'/pages/shop/shopDetail',
+					imageUrl:'',
+					desc:'',
+					content:''
+				}
 			}
 		},
 		onShow() {

+ 8 - 1
pages/shop/shopList.vue

@@ -126,7 +126,14 @@
 				comprehensiveShow: false,
 				
 				uid: '',
-				
+				share:{
+					title:'车蓝图4S店养车服务',
+					path:'/pages/shop/shopList',
+					imageUrl:'',
+					desc:'',
+					content:''
+				}
+									
 
 			}
 		},