红点 这找曾

This commit is contained in:
2020-08-11 18:27:19 +08:00
parent 693048f1ab
commit 0e7139bc16
6 changed files with 48 additions and 10 deletions

View File

@@ -46,7 +46,10 @@
}
</script>
<style scoped lang="scss">
<style lang="scss">
page{
background-color: rgba(0,0,0,0);
}
.u-coupon-popup {
/deep/ .u-mode-center-box {
background-color: transparent;

View File

@@ -76,7 +76,7 @@ export default {
},
searchValue() {
uni.navigateTo({
url: '/pageB/search/index?type=2'
url: '/pageB/search/index?type=2&curent=1'
})
},
},

View File

@@ -78,9 +78,11 @@ export default {
},
onLoad(option) {
this.value = option.value;
this.current = option.curent
this.setViewHeight();
this.ShopSearch()
this.setNavSearchInput(this.value);
},
onNavigationBarSearchInputConfirmed(value) {
this.value = value.text