选择完成

This commit is contained in:
2020-07-21 15:00:39 +08:00
parent d2ddb26479
commit 72f56fe563
4 changed files with 68 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
<view class="values"><text>{{max_two}}</text>/20</view>
<u-form-item label-position="right">
<u-input v-model="form.values" placeholder="我的售货袋" />
<view class="rightes">售货袋</view>
<view class="rightes" @click="navto('selectshop')">售货袋</view>
</u-form-item>
</u-form>
<!-- 标签的引入 -->
@@ -86,11 +86,17 @@
tupian(a){
console.log(a)
},
navto(url){
this.$u.route({
url:"/pages/release/" + url
})
},
init(){
this.$u.api.getLiveSpec().then((res)=>{
console.log(res)
this.fileListes = res.data
})
}
},
components: {