mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
17 lines
480 B
Plaintext
17 lines
480 B
Plaintext
<!--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> |