bayi 1 vuosi sitten
vanhempi
commit
279b233f11

+ 2 - 0
app.js

@@ -36,6 +36,8 @@ App({
             let params = decodeURIComponent(query.scene).split('&')
             if (params.length == 1) {
                 this.login(params[0])
+            }else{
+                this.login()
             }
         } else {
             let shareUid = options.query.uid || ''

+ 3 - 3
pages/resource/index.less

@@ -6,7 +6,7 @@
     position: fixed;
     top: 0;
     z-index: 2;
-    padding: 42rpx 0rpx;
+    padding: 20rpx 0rpx;
     width: 100%;
     margin: 0 auto 30rpx;
     left: 0;
@@ -23,8 +23,8 @@
         font-size: 0;
 
         .icon {
-            width: 160rpx;
-            height: 210rpx;
+            width: 176rpx;
+            height: 231rpx;
         }
     }
 }

+ 3 - 3
pages/resource/index.wxss

@@ -5,7 +5,7 @@
   position: fixed;
   top: 0;
   z-index: 2;
-  padding: 42rpx 0rpx;
+  padding: 20rpx 0rpx;
   width: 100%;
   margin: 0 auto 30rpx;
   left: 0;
@@ -22,8 +22,8 @@
   font-size: 0;
 }
 .firstClassify .firstBox .icon {
-  width: 160rpx;
-  height: 210rpx;
+  width: 176rpx;
+  height: 231rpx;
 }
 .resourceBox {
   padding-top: 170rpx;

+ 2 - 1
salesperson/pages/commission/index.wxml

@@ -28,7 +28,8 @@
         </view>
     </view>
     <view class="text" style="margin-top:20rpx"> 4、结算流程</view>
-    <view class="text">-您推荐的用户购买支付15天,该笔订单佣金方可结算提现 -在推荐中心可查询所有订单/佣金,可在在线发起提现申请</view>
+    <view class="text">-您推荐的用户购买支付7天,该笔订单佣金方可结算提现</view>
+    <view class="text">-在推荐中心可查询所有订单/佣金,可在在线发起提现申请</view>
     <view class="text">-提现规则:</view>
     <view class="text">
         账户佣金余额大于50元,方可发起提现申请;

+ 0 - 1
salesperson/pages/fill/index.js

@@ -38,7 +38,6 @@ Page({
         this.setData({
             isSubmit: true
         })
-        console.log(this.data);
         if (mobile && username) {
             let res = await registerSale({
                 mobile,