no message
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
<view class="zd_wrapper">
|
||||
<view class="zd-row border-bottom">
|
||||
<view class="zd-col-5">
|
||||
<span class="filter_label">NFC</span>
|
||||
<span class="filter_label">RFID</span>
|
||||
</view>
|
||||
<view class="zd-col-14 filter_select">
|
||||
<input type="text" class="filter_input" v-model="val1">
|
||||
</view>
|
||||
<view class="zd-col-5 zd-row jcflexend">
|
||||
<button type="primary" size="mini" style="margin-right:0;text-align: right;">读取</button>
|
||||
<button type="primary" size="mini" style="margin-right:0;text-align: right;" @tap="writeData">读取</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
@@ -92,6 +92,8 @@
|
||||
this.title = options.title
|
||||
},
|
||||
methods: {
|
||||
writeData () {
|
||||
},
|
||||
clearUp () {
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
|
||||
Reference in New Issue
Block a user