邹能昇 3 сар өмнө
parent
commit
66d45682d5

+ 0 - 7
nova-tourism/pages/homestay/homestay-detail/index.json

@@ -3,12 +3,5 @@
     "van-sticky": "@vant/weapp/sticky/index",
     "van-icon": "@vant/weapp/icon/index",
     "van-calendar": "@vant/weapp/calendar/index"
-  },
-  "permission": {
-    "scope": {
-      "location": {
-        "desc": "您的位置信息将用于展示地图"
-      }
-    }
   }
 }

+ 4 - 4
nova-tourism/pages/my/merchant/login/index.js

@@ -69,10 +69,10 @@ Page({
             success(res) {
                 console.log(res)
                 if(res && res.data &&  res.data.code == 200) {
-                    wx.showToast({
-                        icon: "none",
-                        title: "登录成功,页面跳转中",
-                    });
+                    // wx.showToast({
+                    //     icon: "none",
+                    //     title: "登录成功,页面跳转中",
+                    // });
                     let store = res.data.data.store
                     let merchant = res.data.data.merchant
                     wx.setStorageSync('merchant', merchant)