14 lines
630 B
Plaintext
14 lines
630 B
Plaintext
<view class="page">
|
|
<view class="card">
|
|
<text class="title">成为商家客服</text>
|
|
<text class="desc">输入商家提供的一次性邀请码,绑定后可代商家派单(受权限与额度限制)</text>
|
|
<input class="input" placeholder="例如 PD-ABC123" value="{{inviteCode}}" bindinput="onInput" />
|
|
<button class="btn" loading="{{loading}}" bindtap="onBind">确认绑定</button>
|
|
</view>
|
|
<view class="tips">
|
|
<text>· 已是商家账号无法绑定客服</text>
|
|
<text>· 同时只能绑定一个商家</text>
|
|
<text>· 被移除后可重新绑定或认证商家</text>
|
|
</view>
|
|
</view>
|