1111
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<view style="display: flex;flex-direction: column;padding-top: 10px;">
|
<view style="display: flex;flex-direction: column;padding-top: 10px;">
|
||||||
|
|
||||||
<view v-for="(item,index) in data" style="display: flex;flex-direction: column;align-items: center;"
|
<view v-for="(item,index) in data" style="display: flex;flex-direction: column;align-items: center;"
|
||||||
:class="item.showBtn==true?'oragin':'gray'">
|
:class="item.showBtn==true?'oragin':'gray'" @click="detail(item.sid)">
|
||||||
<view
|
<view
|
||||||
style="display: flex;flex-direction: column;border: 1px solid #e29a68;width: 90%;border-radius: 20rpx;margin-top: 8px;">
|
style="display: flex;flex-direction: column;border: 1px solid #e29a68;width: 90%;border-radius: 20rpx;margin-top: 8px;">
|
||||||
|
|
||||||
@@ -78,6 +78,11 @@
|
|||||||
},
|
},
|
||||||
bind() {
|
bind() {
|
||||||
this.$refs.inputDialog.open()
|
this.$refs.inputDialog.open()
|
||||||
|
},
|
||||||
|
detail(sid) {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/card/card_detail?sid' + sid
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user