优化首页

This commit is contained in:
TOP糯米 2023-03-19 15:00:09 +08:00
parent f6a0a69374
commit 46d5c2c368
1 changed files with 5 additions and 5 deletions

View File

@ -11,10 +11,10 @@
}" }"
> >
<block v-if="btnType === 'city'"> <block v-if="btnType === 'city'">
<view class="page-index-btn change-city" :style="{ height: headerHeight + 'px' }" @click="changeCity"> <!-- <view class="page-index-btn change-city" :style="{ height: headerHeight + 'px' }" @click="changeCity">
<text class="iconfont icon-31dingwei"></text> <text class="iconfont icon-31dingwei"></text>
<text class="city">成都市</text> <text class="city">成都市</text>
</view> </view> -->
</block> </block>
<block v-if="btnType === 'back'"> <block v-if="btnType === 'back'">
<view class="page-index-btn back" :style="{ height: headerHeight + 'px' }" @click="onClick"> <view class="page-index-btn back" :style="{ height: headerHeight + 'px' }" @click="onClick">
@ -116,9 +116,9 @@ export default {
uni.navigateBack({ delta: 1 }); uni.navigateBack({ delta: 1 });
} }
}, },
changeCity() { // changeCity() {
console.log("修改城市"); // console.log("");
}, // },
}, },
}; };
</script> </script>