纸通宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

53 lines
2.7 KiB

<!--pages/home/setting/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">设置</view>
</cu-custom>
<view style="height:16rpx"></view>
<wux-cell-group>
<wux-cell title="更换手机号码" is-link url="/pages/home/mobile/index">
<image slot="header" style="width:32rpx;height:32rpx;margin:12rpx 12rpx 0rpx 0rpx" src="/assets/image/icon_phone.png"></image>
</wux-cell>
<wux-cell title="修改登录密码" is-link url="/pages/home/password/index">
<image slot="header" style="width:32rpx;height:32rpx;margin:12rpx 12rpx 0rpx 0rpx" src="/assets/image/icon_pwd.png"></image>
</wux-cell>
<!-- <wux-cell title="修改支付密码" is-link url="/pages/bank/password/index">
<image slot="header" style="width:32rpx;height:32rpx;margin:12rpx 12rpx 0rpx 0rpx" src="/assets/image/icon_pwd.png"></image>
</wux-cell> -->
</wux-cell-group>
<view style="height:16rpx"></view>
<wux-cell-group wx:if="{{version == 2}}">
<wux-cell title="纸品价格指数关注" is-link url="/pages/moment/paper/index"></wux-cell>
<view style="margin-left:30rpx;height:2rpx;background-color:#f3f3f3"></view>
<view class="flex flex-justify" style="padding: 24rpx 30rpx;">
<view class="text-df">重量显示单位</view>
<view slot="footer" class="flex flex-center">
<view class="flex flex-center" id="kg" bindtap="checKg" style="padding: 8rpx 16rpx">
<image style="width:32rpx;height:32rpx;" src="/assets/image/ico_checked.png" wx:if="{{kg}}"></image>
<image style="width:32rpx;height:32rpx;" src="/assets/image/ico_uncheck.png" wx:else></image>
<text class="text-black text-sg" style="margin-left:8rpx">KG</text>
</view>
<view class="flex flex-center" id="dun" bindtap="checKg" style="padding: 8rpx 16rpx;margin-left:24rpx">
<image style="width:32rpx;height:32rpx;" src="/assets/image/ico_checked.png" wx:if="{{!kg}}"></image>
<image style="width:32rpx;height:32rpx;" src="/assets/image/ico_uncheck.png" wx:else></image>
<text class="text-black text-sg" style="margin-left:8rpx">吨</text>
</view>
</view>
</view>
</wux-cell-group>
<view style="height:16rpx"></view>
<wux-cell-group>
<wux-cell title="关于纸通宝" is-link url="/pages/home/about/index"></wux-cell>
<wux-cell disabled="{{userInfo.bizUserName!=null}}" is-link data-cid='bizUserId' data-tag='业务人员邀请码' bind:click="showDialog">
<view slot="header" class="text-black">业务人员邀请码</view>
<view slot="footer" class="{{userInfo.bizUserName? 'text-black':'text-gray'}}">{{userInfo.bizUserName || '点击填写业务人员邀请码'}}</view>
</wux-cell>
</wux-cell-group>
<view class="flex flex-direction" style="padding:56rpx 24px">
<wux-button block type="assertive" bind:click="loginOut">退出</wux-button>
</view>
<wux-dialog id="wux-dialog" />