wangxy 1 month ago
parent
commit
e134c19b55

+ 1 - 1
components/custom-tabbar/custom-tabbar.vue

@@ -52,7 +52,7 @@
 					{
 					{
 						iconPath: 'static/images/tabbar/unselect/wode-sj.png',
 						iconPath: 'static/images/tabbar/unselect/wode-sj.png',
 						activePath: 'static/images/tabbar/select/wode-sj.png',
 						activePath: 'static/images/tabbar/select/wode-sj.png',
-						path: `/pages/chanpinXuanze/my`
+						path: `/pages/chanpinMy/my`
 					},
 					},
 				],
 				],
 				currentTab: 0,
 				currentTab: 0,

+ 4 - 4
pages.json

@@ -160,7 +160,7 @@
 			}
 			}
 		},
 		},
 		{
 		{
-			"path": "pages/chanpinXuanze/unitTest",
+			"path": "pages/xinshuxue/unitTest",
 			"style": {
 			"style": {
 				"navigationStyle": "custom"
 				"navigationStyle": "custom"
 			}
 			}
@@ -173,21 +173,21 @@
 			}
 			}
 		},
 		},
 		{
 		{
-			"path" : "pages/chanpinXuanze/my",
+			"path" : "pages/chanpinMy/my",
 			"style" : 
 			"style" : 
 			{
 			{
 				"navigationStyle": "custom"
 				"navigationStyle": "custom"
 			}
 			}
 		},
 		},
 		{
 		{
-			"path" : "pages/chanpinXuanze/myInfo",
+			"path" : "pages/chanpinMy/myInfo",
 			"style" : 
 			"style" : 
 			{
 			{
 				"navigationStyle": "custom"
 				"navigationStyle": "custom"
 			}
 			}
 		},
 		},
 		{
 		{
-			"path" : "pages/chanpinXuanze/aboutPage",
+			"path" : "pages/chanpinMy/aboutPage",
 			"style" : 
 			"style" : 
 			{
 			{
 				"navigationStyle": "custom"
 				"navigationStyle": "custom"

+ 1 - 1
pages/chanpinXuanze/aboutPage.vue → pages/chanpinMy/aboutPage.vue

@@ -41,7 +41,7 @@
 	// 关于我们
 	// 关于我们
 	function handleBack(){
 	function handleBack(){
 		uni.redirectTo({
 		uni.redirectTo({
-			url: '/pages/chanpinXuanze/my'
+			url: '/pages/chanpinMy/my'
 		});
 		});
 	}
 	}
 	
 	

+ 0 - 0
pages/chanpinXuanze/components/telDialog.vue → pages/chanpinMy/components/telDialog.vue


+ 1 - 1
pages/chanpinXuanze/my.vue → pages/chanpinMy/my.vue

@@ -91,7 +91,7 @@
 	
 	
 	function yingyongshezhi() {
 	function yingyongshezhi() {
 		uni.redirectTo({
 		uni.redirectTo({
-			url: '/pages/chanpinXuanze/myInfo'
+			url: '/pages/chanpinMy/myInfo'
 		})
 		})
 	}
 	}
 
 

+ 0 - 0
pages/chanpinXuanze/myInfo.vue → pages/chanpinMy/myInfo.vue


+ 0 - 60
pages/chanpinXuanze/components/footTabbar.vue

@@ -1,60 +0,0 @@
-<template>
-	<view class="ezy-custom-tabbar">
-		<view class="tabbar-item-box">
-
-			<view class="tabbar-item" v-for="(item, index) in tabList" :key="index" @click="switchTab(item.path,index)" :class="{active: index == currentTabNumber}"
-				:style="{ backgroundImage: 'url(' + (currentTab == index ? item.activePath : item.iconPath) + ')' }">
-			</view>
-		</view>
-	</view>
-</template>
-
-<script>
-	import {
-		nextTick,
-	} from "vue";
-	export default {
-		data() {
-			return {
-				tabList: [{
-						iconPath: 'static/images/tabbar/unselect/plan-sj.png',
-						activePath: 'static/images/tabbar/select/plan-sj.png',
-						path: `/pages/study/index`
-					},
-					{
-						iconPath: 'static/images/tabbar/unselect/xinqing-sj.png',
-						activePath: 'static/images/tabbar/select/xinqing-sj.png',
-						path: `/pages/zhuanti/index`
-					},
-					{
-						iconPath: 'static/images/tabbar/unselect/partner-sj.png',
-						activePath: 'static/images/tabbar/select/partner-sj.png',
-						path: '/pages/game/index'
-					},
-					{
-						iconPath: 'static/images/tabbar/unselect/my-sj.png',
-						activePath: 'static/images/tabbar/select/my-sj.png',
-						path: `/pages/my/index`
-					},
-				],
-				currentTab: 0,
-			};
-		},
-		props: {
-			currentTabNumber: {
-				type: Number,
-			},
-		},
-		methods: {
-			switchTab(path, index) {
-
-		
-
-			},
-		},
-		created() {
-
-			this.currentTab = this.currentTabNumber
-		}
-	}
-</script>

+ 0 - 0
pages/chanpinXuanze/components/questionJiexi.vue → pages/xinshuxue/components/questionJiexi.vue


+ 0 - 0
pages/chanpinXuanze/components/unitAnswer.vue → pages/xinshuxue/components/unitAnswer.vue


+ 0 - 0
pages/chanpinXuanze/components/unitResult.vue → pages/xinshuxue/components/unitResult.vue


+ 0 - 0
pages/chanpinXuanze/components/useShuxueUnitTest.js → pages/xinshuxue/components/useShuxueUnitTest.js


+ 0 - 0
pages/chanpinXuanze/unitTest.vue → pages/xinshuxue/unitTest.vue