lqz
parent
6af6427443
commit
803f590e52
@ -0,0 +1,11 @@
|
|||||||
|
<!--pages/test2/test2.wxml-->
|
||||||
|
<text>输入评价</text>
|
||||||
|
<text class="textnormal">{{completed}}</text>
|
||||||
|
<input class="textnormal" bindinput="add1" placeholder="请输入评价" confirm-type="search" bindconfirm="insertdata" />
|
||||||
|
<view class="uploader-text" bindtap="doUpload">
|
||||||
|
<text>上传图片</text>
|
||||||
|
</view>
|
||||||
|
<button type="primary" bindtap="insertdata">确认</button>
|
||||||
|
<button type="warn" id="button2" bindtap="quit1">退出</button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue