正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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> |
-
请 注册 或 登录 后发表评论