You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
438 B
12 lines
438 B
<!--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>
|
|
|
|
|