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.
29 lines
1006 B
29 lines
1006 B
<!--pages/home/setting/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content" style="color:black;font-size:18px">设置</view>
|
|
</cu-custom>
|
|
|
|
<view style="height:24rpx"></view>
|
|
<van-cell-group>
|
|
<van-cell clickable bind:click="settingAgent">
|
|
<view slot="title" class="flex flex-justify">
|
|
<view class="text-black">默认使用千鸟代付</view>
|
|
<view class="flex flex-center">
|
|
<van-switch checked="{{ agenting }}" size="22px" />
|
|
</view>
|
|
</view>
|
|
</van-cell>
|
|
<van-cell is-link clickable url="/pages/home/setting/index">
|
|
<view class="flex" slot="title" style="align-items: center">
|
|
<text class="text-sg">修改密码</text>
|
|
</view>
|
|
</van-cell>
|
|
<van-cell is-link clickable bind:click="loginOut">
|
|
<view class="flex" slot="title" style="align-items: center">
|
|
<text class="text-sg">退出当前账号</text>
|
|
</view>
|
|
</van-cell>
|
|
</van-cell-group>
|
|
|
|
<van-dialog id="van-dialog" />
|
|
<notification id="qn-notification"/>
|