Parcourir la source

nothing

dev_czc
HolyKnightIX il y a 2 ans
Parent
révision
37dfc1e4dd
3 fichiers modifiés avec 76 ajouts et 73 suppressions
  1. +4
    -4
      ext.json
  2. +18
    -16
      pages/forgetpwd/forgetpwd.ttml
  3. +54
    -53
      pages/user/user.ttml

+ 4
- 4
ext.json Voir le fichier

@@ -4,9 +4,9 @@
"configUrl": "https://b.malls.iformall.com",
"datatowerurl": "https://mobile.malls.iformall.com"
},
"name": "滨江购物广场商家版",
"weappId": "tt61cc1771fef34a7701",
"appVersion": "B.5.1.0"
"name": "家帮汇商户端",
"weappId": "tt883bfe86170711f401",
"appVersion": "Btest.5.1.0"
},
"debug": false,
"tabBar": {
@@ -29,7 +29,7 @@
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#52A0FD"
},
"extAppid": "tt61cc1771fef34a7701",
"extAppid": "tt883bfe86170711f401",
"extEnable": true,
"permission": {
"scope.userLocation": {


+ 18
- 16
pages/forgetpwd/forgetpwd.ttml Voir le fichier

@@ -1,18 +1,20 @@
<view class='forgetpwd'>
<form bindsubmit='getYZM'>
<view class='retrievepwd'>
<view class='input01' tt:if="{{flags=='reset'}}">修改密码</view>
<view class='input01' tt:else>找回密码</view>
<view class='input02'>请填写你的手机号,我们会发送验证码验证身份</view>
<view class='pho'>
<input tt:if="{{phones}}" type='number' placeholder-style='color:#000;' placeholder='{{phones}}' maxlength='11' disabled />
<input tt:else type='number' placeholder-style='color:#bfbfbf;' placeholder='请输入手机号' maxlength='11' name='phone' />
<button form-type='submit' class='send' disabled='{{disabled}}' bindtap="send">{{time}}</button>
</view>
<view>
<input type='number' placeholder-style='color:#bfbfbf;' placeholder='请输入验证码' name='yzm' />
</view>
<form bindsubmit='getYZM'>
<view class='retrievepwd'>
<view class='input01' tt:if="{{flags=='reset'}}">修改密码</view>
<view class='input01' tt:else>找回密码</view>
<view class='input02'>请填写你的手机号,我们会发送验证码验证身份</view>
<view class='pho'>
<input tt:if="{{phones}}" type='number' placeholder-style='color:#000;' placeholder='{{phones}}' maxlength='11'
disabled />
<input tt:else type='number' placeholder-style='color:#bfbfbf;' placeholder='请输入手机号' maxlength='11'
name='phone' />
<button form-type='submit' class='send' disabled='{{disabled}}' bindtap="send">{{time}}</button>
</view>
<button form-type='submit' hover-class='active' bindtap='next'>下一步</button>
</form>
</view>
<view>
<input type='number' placeholder-style='color:#bfbfbf;' placeholder='请输入验证码' name='yzm' />
</view>
</view>
<button form-type='submit' hover-class='active' bindtap='next'>下一步</button>
</form>
</view>

+ 54
- 53
pages/user/user.ttml Voir le fichier

@@ -1,18 +1,18 @@
<view>
<view class='mine'>
<image class='img' src='../../assets/images/bannerbg.png' mode="widthFix"></image>
<!-- bindtap='toDetail' -->
<view class='header' >
<view>
<image src='{{userInfo.merchant_img_url}}' mode='{{widthFix}}'></image>
</view>
<view>
<text>{{userInfo.mall_name}}({{userInfo.merchant_name}})</text>
<text>{{userInfo.phone}}</text>
</view>
<!-- <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image> -->
<view class='mine'>
<image class='img' src='../../assets/images/bannerbg.png' mode="widthFix"></image>
<!-- bindtap='toDetail' -->
<view class='header'>
<view>
<image src='{{userInfo.merchant_img_url}}' mode='{{widthFix}}'></image>
</view>
<view>
<text>{{userInfo.mall_name}}({{userInfo.merchant_name}})</text>
<text>{{userInfo.phone}}</text>
</view>
<!-- <view class="withdrawBox" tt:if="{{cashOutSupport==1}}">
<!-- <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image> -->
</view>
<!-- <view class="withdrawBox" tt:if="{{cashOutSupport==1}}">
<view class="textBox">
<view class="balanceTitle">账户余额</view>
@@ -23,46 +23,47 @@
<button class="operationBut" bindtap="withdraw" tt:if="{{withdrawNun>0}}">提现到零钱</button>
<button class="noOperationBut" tt:if="{{withdrawNun<=0}}">提现次数已耗尽</button>
</view> -->
<view class='section'>
<view class='section'>
<!-- <navigator url='/pages/withdrawRecord/withdrawRecord' open-type='navigate' hover-class='none' tt:if="{{cashOutSupport==1}}">
<view>
<text>提现记录</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view>
</navigator> -->
<navigator url='/pages/forgetpwd/forgetpwd?flags=reset' open-type='navigate' hover-class='none'>
<view>
<text>修改密码</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view>
</navigator>
<navigator url='/pages/forgetpwd/forgetpwd?flags=reset' open-type='navigate' hover-class='none'>
<view>
<text>修改密码</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view>
</navigator>

<navigator url='/pages/orderUrl/orderUrl' open-type='navigate' hover-class='none' tt:if="{{userInfo.user_is_admin==1}}">
<view>
<text>导出核销记录</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view>
</navigator>
<!-- <view bindtap="mode" data-type="{{1}}">
<navigator url='/pages/orderUrl/orderUrl' open-type='navigate' hover-class='none'
tt:if="{{userInfo.user_is_admin==1}}">
<view>
<text>导出核销记录</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view>
</navigator>
<!-- <view bindtap="mode" data-type="{{1}}">
<text>导出交易订单记录</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view> -->

<view bindtap="goWebView" tt:if="{{userInfo.user_is_admin}}" data-type="{{1}}">
<text>开通收款账户</text>
<text>点击复制链接</text>
</view>
<view bindtap="goWebView" tt:if="{{userInfo.user_is_admin}}" data-type="{{1}}">
<text>开通收款账户</text>
<text>点击复制链接</text>
</view>

<view bindtap="goWebView" tt:if="{{userInfo.user_is_admin}}" data-type="{{2}}">
<text>账户余额</text>
<text>点击复制链接</text>
</view>
<view bindtap="goWebView" tt:if="{{userInfo.user_is_admin}}" data-type="{{2}}">
<text>账户余额</text>
<text>点击复制链接</text>
</view>





<!-- <navigator url='/pages/accountManagement/index?merchant_id={{userInfo.merchant_id}}&merchant_name={{userInfo.merchant_name}}&phone={{userInfo.phone}}' open-type='navigate' hover-class='none'>
<!-- <navigator url='/pages/accountManagement/index?merchant_id={{userInfo.merchant_id}}&merchant_name={{userInfo.merchant_name}}&phone={{userInfo.phone}}' open-type='navigate' hover-class='none'>
<view>
<text>收款账户管理</text>
<text tt:if="{{!isSet}}">未添加</text>
@@ -83,24 +84,24 @@
</view>
</navigator> -->

<navigator url='/pages/creditOperate/index' open-type='navigate' hover-class='none'>
<view>
<text>积分操作记录</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view>
</navigator>
<navigator url='/pages/creditOperate/index' open-type='navigate' hover-class='none'>
<view>
<text>积分操作记录</text>
<image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
</view>
</navigator>


<view bindtap='phone' data-phone='{{userInfo.service_phone}}'>
<text>客服电话</text>
<text>{{userInfo.service_phone}}</text>
</view>
</view>
<view bindlongtap='showVersion' class='version'>
<!-- <view tt:if="{{flag=='show'}}">版本号:{{appVersion}}</view> -->
<view tt:if="{{flag=='hidden'}}"></view>

<view bindtap='phone' data-phone='{{userInfo.service_phone}}'>
<text>客服电话</text>
<text>{{userInfo.service_phone}}</text>
</view>
<button class='exit' bindtap='toExit' hover-class='active'>退出登录</button>
</view>
</view>
<view bindlongtap='showVersion' class='version'>
<!-- <view tt:if="{{flag=='show'}}">版本号:{{appVersion}}</view> -->
<view tt:if="{{flag=='hidden'}}"></view>
</view>
<button class='exit' bindtap='toExit' hover-class='active'>退出登录</button>
</view>
</view>

Chargement…
Annuler
Enregistrer