Files
fastbee/wechat/miniprogram/pages/add4G/index.wxml
2021-08-21 20:11:09 +08:00

17 lines
480 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--miniprogram/pages/add4G/index.wxml-->
<view class="top">
<image src="/icons/Internet.png"></image>
</view>
<view>
<view class="title">添加4G设备</view>
<label class='account'>
<text>IMEI</text>
<input type='text' bind:input='inputIMEI' value='{{ imei }}' placeholder='请输入设备IMEI' />
</label>
<view class="btn">
<van-button block color="linear-gradient(to right, #4bb0ff, #6149f6)" round>
提 交
</van-button>
</view>
</view>