9 lines
362 B
Plaintext
9 lines
362 B
Plaintext
<view class="contain">
|
|
<view class="content">
|
|
<view class="title">设置网约车用户</view>
|
|
<form bindsubmit="onSubmitToGroup">
|
|
<input class="input" name="code" auto-focus placeholder="请填写用户手机号码"/>
|
|
<button class="button" form-type="submit" type="primary">设置网约车用户</button>
|
|
</form>
|
|
</view>
|
|
</view> |