作者 mxd

设置页面

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <view class="container"> 2 <view class="container">
3 <CustomReturn title="首页" color="#323232" :bgColor="bgColor" :isShowBreak="false"> 3 <CustomReturn title="首页" color="#323232" :bgColor="bgColor" :isShowBreak="false">
4 <template v-slot:left> 4 <template v-slot:left>
5 - <view class="set-up"> 5 + <view class="set-up" @click="$service.jump" data-url="/pagesB/newSetting/newSetting">
6 <image src="/static/imagesV2/tch_index/icon9.png" mode="aspectFill"></image> 6 <image src="/static/imagesV2/tch_index/icon9.png" mode="aspectFill"></image>
7 </view> 7 </view>
8 </template> 8 </template>