|
@@ -50,9 +50,9 @@
|
|
|
<!-- 底部区域 -->
|
|
|
<customTabbarClient :currentTab="1"></customTabbarClient>
|
|
|
<common-dialog ref="commonDialogRef" :title="exitTitle" :content="exitContent"@confirm-btn="exitBtn"></common-dialog>
|
|
|
- </view>
|
|
|
-</template>
|
|
|
-
|
|
|
+ </view>
|
|
|
+</template>
|
|
|
+
|
|
|
<script setup>
|
|
|
import {toast} from "@/utils/common";
|
|
|
import {onLoad} from '@dcloudio/uni-app';
|
|
@@ -81,27 +81,27 @@
|
|
|
switch (data) {
|
|
|
case 'ks':
|
|
|
uni.redirectTo({
|
|
|
- url:'/pages/client/Kaoshi/list'
|
|
|
+ url:'/pages/client/Kaoshi/list?from=my'
|
|
|
})
|
|
|
break;
|
|
|
case 'lx':
|
|
|
uni.redirectTo({
|
|
|
- url:'/pages/client/Lianxi/list'
|
|
|
+ url:'/pages/client/Lianxi/list?from=my'
|
|
|
})
|
|
|
break;
|
|
|
case 'kc':
|
|
|
uni.redirectTo({
|
|
|
- url:'/pages/client/Kecheng/list'
|
|
|
+ url:'/pages/client/Kecheng/list?from=my'
|
|
|
})
|
|
|
break;
|
|
|
case 'cj':
|
|
|
uni.redirectTo({
|
|
|
- url:'/pages/client/Chengji/list'
|
|
|
+ url:'/pages/client/Chengji/list?from=my'
|
|
|
})
|
|
|
break;
|
|
|
case 'grcj':
|
|
|
uni.redirectTo({
|
|
|
- url:'/pages/client/my/myInfo'
|
|
|
+ url:'/pages/client/my/myInfo?from=my'
|
|
|
})
|
|
|
break;
|
|
|
}
|
|
@@ -139,8 +139,8 @@
|
|
|
}
|
|
|
onLoad(() => {
|
|
|
getMyInit()
|
|
|
- })
|
|
|
-</script>
|
|
|
-
|
|
|
-<style>
|
|
|
+ })
|
|
|
+</script>
|
|
|
+
|
|
|
+<style>
|
|
|
</style>
|