优化首页
This commit is contained in:
parent
f6a0a69374
commit
46d5c2c368
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue