提交
This commit is contained in:
19
甲情_甲意/miniprogram/pages/kehcnegbaoming/kehcnegbaoming.axml
Normal file
19
甲情_甲意/miniprogram/pages/kehcnegbaoming/kehcnegbaoming.axml
Normal file
@ -0,0 +1,19 @@
|
||||
<view class="box">
|
||||
<view class="namebox">
|
||||
<text style="padding:20rpx;font-size:20px">姓名</text>
|
||||
<view class="inputkuang">
|
||||
<input class="input" onInput="bindKeyInput" placeholder="请输入你的姓名" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="namebox">
|
||||
<text style="padding:20rpx;font-size:20px">电话</text>
|
||||
<view class="inputkuang">
|
||||
<input class="input" onInput="bindKeyInput" placeholder="请输入电话号码" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="baomingbox" onTap="baoming">
|
||||
<view class="zuobox">
|
||||
<text style="font-size:25px">立即支付</text>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user