stanley-king 4 rokov pred
rodič
commit
2f022e7545

+ 2 - 2
config.js

@@ -1,7 +1,7 @@
 // let api = "https://passport.lrlz.com/mobile/index.php";
 // let api = "http://www.xyzshops.cn/mobile/index.php";
-// let api = "http://192.168.1.200/mobile/index.php";
-let api = "https://www.xyzshops.cn/mobile/index.php";
+let api = "http://192.168.1.200/mobile/index.php";
+// let api = "https://www.xyzshops.cn/mobile/index.php";
 
 function getReq(app,data, callback, method)
 {

+ 1 - 1
pages/invitees/invitees.wxml

@@ -2,7 +2,7 @@
 <view class="invitees-wrp">
   <view class="invitees-list" wx:if="{{list.length}}">
     <!-- 循环体 begin-->
-    <view class="invitees-list-item" wx:for="{{list}}" wx:key="{{item.member_id}}" bindtap="itemHandleClick" data-item="{{item}}">
+    <view class="invitees-list-item" wx:for="{{list}}" wx:key="member_id" bindtap="itemHandleClick" data-item="{{item}}">
       <image class="avtor" src="{{ item.avatar }}"></image>
       <view class="content">
         <view class="title">{{ item.nickname }}</view>

+ 1 - 1
pages/postageDetail/postageDetail.js

@@ -33,7 +33,7 @@ Page({
       app.showToast('请再次输入卡号')
       return
     }else if(card_no !== confirm_card_no) {
-      app.showToast('两次密码不一致')
+      app.showToast('两次输入的卡号不一致')
       return
     }