瀏覽代碼

bug修复

chengjunhui 11 月之前
父節點
當前提交
0e6f9cd6ce
共有 3 個文件被更改,包括 18 次插入18 次删除
  1. 1 1
      common/wx/jswx.js
  2. 2 2
      manifest.json
  3. 15 15
      pages/goods.vue

+ 1 - 1
common/wx/jswx.js

@@ -69,7 +69,7 @@ getWXToken()
 // 初始化微信配置
 const initWX = (data) => {
   wx.config({
-    debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
+    debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
     appId: appId, // 必填,公众号的唯一标识
     timestamp: data.timestamp, // 必填,生成签名的时间戳
     nonceStr: data.nonceStr, // 必填,生成签名的随机串

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "宜格分享",
     "appid" : "__UNI__90011BF",
     "description" : "应用描述",
-    "versionName" : "1.1.1",
-    "versionCode" : 111,
+    "versionName" : "1.1.3",
+    "versionCode" : 113,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 15 - 15
pages/goods.vue

@@ -152,8 +152,8 @@
         <script type="text/wxtag-template">
           <style>
             .btn { 
-              width: 100%;
-              height: 100%;
+              width: 150px;
+              height: 50px;
               border: none;
               font-size: 14px;
               border-radius: 4px;
@@ -1010,18 +1010,18 @@
     transform: translateX(-50%);
     z-index: 9;
 
-    #launch-btn {
-      width: 100%;
-      height: 100%;
-
-      .btn {
-        width: 100%;
-        height: 100%;
-        font-size: 28rpx;
-        border: none;
-        border-radius: 8rpx;
-        background-color: #fff;
-      }
-    }
+   // >>> #launch-btn {
+   //    width: 300rpx;
+   //    height: 100rpx;
+
+   //    .btn {
+   //      width: 100%;
+   //      height: 100%;
+   //      font-size: 28rpx;
+   //      border: none;
+   //      border-radius: 8rpx;
+   //      background-color: #fff;
+   //    }
+   //  }
   }
 </style>