Explorar el Código

去除头部导航栏

谢杰标 hace 2 años
padre
commit
b18d7c6896
Se han modificado 4 ficheros con 1417 adiciones y 1172 borrados
  1. 7 0
      common/httpList/goods.js
  2. 2 2
      common/request.js
  3. 1181 1170
      pages.json
  4. 227 0
      pages5/scan/retailact.vue

+ 7 - 0
common/httpList/goods.js

@@ -17,6 +17,13 @@ export default {
 			noToken: true
 		})
 	},
+	fxGoodsList(data) {
+		return myRequest({
+			url: '/app/common/distribution/goods/list/' + data,
+			method: 'get',
+			noToken: true
+		})
+	},
 	commonSystemTime() {
 		return myRequest({
 			url: '/app/common/system/dict/data/sys/time',

+ 2 - 2
common/request.js

@@ -3,8 +3,8 @@ import config from "@/common/config";
 import method from "@/common/methodTool";
 var num = 1;
 //接口api
-// export const BASE_URL = 'https://api.xyyxt.net'   //release
-export const BASE_URL = config.BASE_URL;
+export const BASE_URL = "http://192.168.1.7:5030"; //release
+// export const BASE_URL = config.BASE_URL;
 // #ifdef MP-WEIXIN
 export let tenantId = config.tenantId; // 祥粤云学堂:867735392558919680,祥粤学堂:667735392758919630, 中建云学堂-567735392758918520
 // #endif

+ 1181 - 1170
pages.json

@@ -1,1171 +1,1182 @@
 {
-	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-		{
-			"path": "pages/index/index",
-			"style": {
-				"navigationBarTitleText": "首页",
-				"onReachBottomDistance": 50,
-				"app-plus": {
-					"titleNView": false //禁用原生导航栏  
-				},
-				"navigationStyle": "custom" // 隐藏系统导航栏
-				// "navigationBarTextStyle": "white"
-			}
-		},
-		{
-			"path": "pages/wd/index",
-			"style": {
-				"navigationBarTitleText": "我的",
-				// "navigationBarTextStyle": "white",
-				"navigationStyle": "custom", // 隐藏系统导航栏
-				"app-plus": {
-					"titleNView": false, //禁用原生导航栏 
-					"bounce": "none"
-				}
-			}
-		},
-		{
-			"path": "pages/course/index",
-			"style": {
-				"navigationBarTitleText": "选课中心",
-				"navigationStyle": "custom", // 隐藏系统导航栏
-				"enablePullDownRefresh": true,
-				"app-plus": {
-					"titleNView": false, //禁用原生导航栏 
-					"bounce": "none"
-				}
-			}
-		},
-		{
-			"path": "pages/learn/index",
-			"style": {
-				"navigationBarTitleText": "学习",
-				"navigationStyle": "custom", // 隐藏系统导航栏
-				"enablePullDownRefresh": true,
-				"backgroundTextStyle": "dark",
-				"app-plus": {
-					"titleNView": false, //禁用原生导航栏 
-					"bounce": "none"
-				}
-			}
-		},
-		{
-			"path": "pages/questionBank/index",
-			"style": {
-				"navigationBarTitleText": "题库",
-				"navigationStyle": "custom", // 隐藏系统导航栏
-				"app-plus": {
-					"titleNView": false, //禁用原生导航栏 
-					"bounce": "none"
-				}
-			}
-		},
-		{
-			"path": "pages/webview/index",
-			"style": {
-				"navigationBarTitleText": "网页",
-				"navigationStyle": "custom", // 隐藏系统导航栏
-				"app-plus": {
-					"titleNView": false, //禁用原生导航栏 
-					"bounce": "none"
-				}
-			}
-		},
-		{
-			"path": "pages/webview/sdlink",
-			"style": {
-				"navigationBarTitleText": "网页",
-				"navigationStyle": "custom", // 隐藏系统导航栏
-				"app-plus": {
-					"titleNView": false, //禁用原生导航栏 
-					"bounce": "none"
-				}
-			}
-		}
-	],
-	"subPackages": [
-		{
-			"root": "pages2",
-			"pages": [
-				{
-					"path": "wd/info",
-					"style": {
-						"navigationBarTitleText": "我的资料",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "wd/menu", //没有用到
-					"style": {
-						"navigationBarTitleText": "基本资料",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "wd/edu_info", //没有用到
-					"style": {
-						"navigationBarTitleText": "教育信息",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "register/register",
-					"style": {
-						"navigationBarTitleText": "注册页",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "register/forget",
-					"style": {
-						"navigationBarTitleText": "忘记密码",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "wd/class", //暂时不用
-					"style": {
-						"navigationBarTitleText": "我的网课",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "order/confirm_list",
-					"style": {
-						"navigationBarTitleText": "确认订单",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "order/confirm_pay",
-					"style": {
-						"navigationBarTitleText": "订单支付",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "order/confirm_success",
-					"style": {
-						"navigationBarTitleText": "支付成功",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "order/index",
-					"style": {
-						"navigationBarTitleText": "我的订单",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						// "enablePullDownRefresh": true,
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "invoice/index",
-					"style": {
-						"navigationBarTitleText": "发票申请",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						// "enablePullDownRefresh": true,
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "exam/index", // 暂时不用
-					"style": {
-						"navigationBarTitleText": "我的考试",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "exam/exam_appointment",
-					"style": {
-						"navigationBarTitleText": "考试预约",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "exam/signCommit",
-					"style": {
-						"navigationBarTitleText": "签署承诺书",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "exam/exam_result",
-					"style": {
-						"navigationBarTitleText": "考试成绩和证书",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "wd/question_bank",
-					"style": {
-						"navigationBarTitleText": "我的题库通",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/my_question",
-					"style": {
-						"navigationBarTitleText": "我的题库",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/free_question",
-					"style": {
-						"navigationBarTitleText": "赠送题卷",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/question_record",
-					"style": {
-						"navigationBarTitleText": "做题记录",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"enablePullDownRefresh": true,
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/question_record_list",
-					"style": {
-						"navigationBarTitleText": "做题记录",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"enablePullDownRefresh": true,
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/detail",
-					"style": {
-						"navigationBarTitleText": "题库详情",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/question_detail",
-					"style": {
-						"navigationBarTitleText": "进入刷题",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "msg/index",
-					"style": {
-						"enablePullDownRefresh": true,
-						"navigationBarTitleText": "我的消息",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/question_statistics",
-					"style": {
-						"navigationBarTitleText": "做题统计",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/question_report",
-					"style": {
-						"navigationBarTitleText": "试卷报告",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/questionBank",
-					"style": {
-						"navigationBarTitleText": "试卷题目",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "class/questionBank",
-					"style": {
-						"navigationBarTitleText": "试卷题目",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/questionBankExplain",
-					"style": {
-						"navigationBarTitleText": "解析",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/questionBankWrongExplain",
-					"style": {
-						"navigationBarTitleText": "错题解析",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/questionBankAllExplain",
-					"style": {
-						"navigationBarTitleText": "全部解析",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/questionBankContinue",
-					"style": {
-						"navigationBarTitleText": "试卷题目",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/questionBankExplainDetail",
-					"style": {
-						"navigationBarTitleText": "试卷解析",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/questionBankTest",
-					"style": {
-						"navigationBarTitleText": "试卷",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "msg/detail",
-					"style": {
-						"navigationBarTitleText": "消息详情",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "plan/index",
-					"style": {
-						"navigationBarTitleText": "学习计划",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "plan/create",
-					"style": {
-						"navigationBarTitleText": "创建计划",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "plan/edit",
-					"style": {
-						"navigationBarTitleText": "修改计划",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "verify/input",
-					"style": {
-						"navigationBarTitleText": "填写审核资料",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "verify/input2",
-					"style": {
-						"navigationBarTitleText": "填写审核资料",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "appointment/index",
-					"style": {
-						"navigationBarTitleText": "预约考试",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "appointment/order",
-					"style": {
-						"navigationBarTitleText": "预约考试",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "appointment/kporder",
-					"style": {
-						"navigationBarTitleText": "考前培训预约考试",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "appointment/appointment_success",
-					"style": {
-						"navigationBarTitleText": "预约成功",
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "subject/collectBank",
-					"style": {
-						"navigationBarTitleText": "试卷",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "subject/wrongBank",
-					"style": {
-						"navigationBarTitleText": "错题",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "subject/collectTypeBank",
-					"style": {
-						"navigationBarTitleText": "试卷",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "subject/wrongTypeBank",
-					"style": {
-						"navigationBarTitleText": "试卷",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "class/question_report",
-					"style": {
-						"navigationBarTitleText": "试卷报告",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "subject/wrong",
-					"style": {
-						"navigationBarTitleText": "错题集",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/wrongById",
-					"style": {
-						"navigationBarTitleText": "错题集",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "bank/collectById",
-					"style": {
-						"navigationBarTitleText": "收藏集",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "subject/collect",
-					"style": {
-						"navigationBarTitleText": "收藏集",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "learn/my_learn",
-					"style": {
-						"navigationBarTitleText": "我的学时",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "learn/details",
-					"style": {
-						"navigationBarTitleText": "详情",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "learn/menu",
-					"style": {
-						"navigationBarTitleText": "目录",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "wd/course",
-					"style": {
-						"navigationBarTitleText": "所有课程",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "dailyPractice/index",
-					"style": {
-						"navigationBarTitleText": "每日一练",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "randomPractice/index",
-					"style": {
-						"navigationBarTitleText": "随机练习",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				}
-			]
-		},
-		{
-			"root": "pages3",
-			"pages": [
-				{
-					"path": "polyv/polyv", // 没用用到
-					"style": {
-						"navigationBarTitleText": "保利威直播",
-						"app-plus": {
-							"bounce": "none"
-						},
-						"mp-weixin": {
-							"usingComponents": {
-								"player": "/pages3/static/polyv-sdk/components/player/player"
-							}
-						}
-					}
-				},
-				{
-					"path": "polyv/detail",
-					"style": {
-						"navigationBarTitleText": "课程详情",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						},
-						"mp-weixin": {
-							"usingComponents": {
-								"player": "/pages3/static/polyv-sdk/components/player/player",
-								"polyv-player": "plugin://polyv-player/player"
-							}
-						}
-					}
-				},
-				{
-					"path": "course/detail",
-					"style": {
-						"navigationBarTitleText": "课程详情",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						},
-						"mp-weixin": {
-							"usingComponents": {
-								"polyv-player": "plugin://polyv-player/player"
-							}
-						}
-					}
-				},
-				{
-					"path": "live/detail",
-					"style": {
-						"navigationBarTitleText": "商品详情",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						},
-						"mp-weixin": {
-							"usingComponents": {
-								"polyv-player": "plugin://polyv-player/player"
-							}
-						}
-					}
-				},
-				{
-					"path": "live/playback",
-					"style": {
-						"navigationBarTitleText": "回放视频",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						},
-						"mp-weixin": {
-							"usingComponents": {
-								"polyv-player": "plugin://polyv-player/player"
-							}
-						}
-					}
-				}
-			],
-			"plugins": {
-				"polyv-player": {
-					"version": "0.3.0",
-					"provider": "wx4a350a258a6f7876"
-				}
-			}
-		},
-		{
-			"root": "pages4",
-			"pages": [
-				{
-					"path": "login/login",
-					"style": {
-						"navigationBarTitleText": "登录页",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "login/pcLogin",
-					"style": {
-						"navigationBarTitleText": "pc登录页",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "login/pcLoginSuccess",
-					"style": {
-						"navigationBarTitleText": "登录成功",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "courseTopic/goodsTopic",
-					"style": {
-						"navigationBarTitleText": "选课中心",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "shopping/shoppingCart",
-					"style": {
-						"navigationBarTitleText": "购物车",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				}
-			]
-		},
-		{
-			"root": "pages5",
-			"pages": [
-				{
-					"path": "exam/index",
-					"style": {
-						"navigationBarTitleText": "我的模考",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "mockRecord/mock_record",
-					"style": {
-						"navigationBarTitleText": "模考记录",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "mockRecord/mock_record_list", // 没有用到
-					"style": {
-						"navigationBarTitleText": "模考记录",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "examCount/index",
-					"style": {
-						"navigationBarTitleText": "模拟考试",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "liveDetail/index",
-					"style": {
-						"navigationBarTitleText": "商品详情",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "liveDetail/list", // 暂时不用
-					"style": {
-						"navigationBarTitleText": "直播课列表",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "liveDetail/course",
-					"style": {
-						"navigationBarTitleText": "课程列表",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "examList/index",
-					"style": {
-						"navigationBarTitleText": "我的模考",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "examAppointList/index",
-					"style": {
-						"navigationBarTitleText": "模考预约",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "examReport/index",
-					"style": {
-						"navigationBarTitleText": "试卷报告",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "examReport/questionBankAllExplain",
-					"style": {
-						"navigationBarTitleText": "全部解析",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "examReport/questionBankWrongExplain",
-					"style": {
-						"navigationBarTitleText": "错题解析",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "examBank/index",
-					"style": {
-						"navigationBarTitleText": "模考",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "liveList/index",
-					"style": {
-						"navigationBarTitleText": "模考讲解直播",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "mockExam/examApply",
-					"style": {
-						"navigationBarTitleText": "模考报名",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "mockExam/registrationSuccess",
-					"style": {
-						"navigationBarTitleText": "模考报名成功",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "scan/recommen",
-					"style": {
-						"navigationBarTitleText": "课程列表",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				},
-				{
-					"path": "scan/examact",
-					"style": {
-						"navigationBarTitleText": "考前活动",
-						"navigationBarBackgroundColor": "#0386FD",
-						"navigationStyle": "custom", // 隐藏系统导航栏
-						"app-plus": {
-							"titleNView": false, //禁用原生导航栏 
-							"bounce": "none"
-						}
-					}
-				}
-			]
-		}
-	],
-	"preloadRule": {
-		"pages/index/index": {
-			"network": "all",
-			"packages": []
-		}
-	},
-	"globalStyle": {
-		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "WeChat",
-		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F8F8F8",
-		"usingComponents": {}
-	},
-	"tabBar": {
-		"color": "#AAAAAA",
-		"selectedColor": "#222", //007AFF
-		"borderStyle": "black",
-		"backgroundColor": "#fff",
-		"list": [
-			{
-				"pagePath": "pages/index/index",
-				"iconPath": "static/nav1.png",
-				"selectedIconPath": "static/nav1_on.png",
-				"text": "首页"
-			},
-			{
-				"pagePath": "pages/course/index",
-				"iconPath": "static/nav2.png",
-				"selectedIconPath": "static/nav2_on.png",
-				"text": "选课"
-			},
-			{
-				"pagePath": "pages/learn/index",
-				"iconPath": "static/nav6.png",
-				"selectedIconPath": "static/nav6_on.png",
-				"text": "学习"
-			},
-			{
-				"pagePath": "pages/questionBank/index",
-				"iconPath": "static/nav3.png",
-				"selectedIconPath": "static/nav3_on.png",
-				"text": "题库"
-			},
-			{
-				"pagePath": "pages/wd/index",
-				"iconPath": "static/nav5.png",
-				"selectedIconPath": "static/nav5_on.png",
-				"text": "我的"
-			}
-		]
-	},
-	"navigateToMiniProgramAppIdList": [
-		""
-	],
-	"easycom": {
-		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
-	}
-}
+  "pages": [
+    //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+    {
+      "path": "pages/index/index",
+      "style": {
+        "navigationBarTitleText": "首页",
+        "onReachBottomDistance": 50,
+        "app-plus": {
+          "titleNView": false //禁用原生导航栏
+        },
+        "navigationStyle": "custom" // 隐藏系统导航栏
+        // "navigationBarTextStyle": "white"
+      }
+    },
+    {
+      "path": "pages/wd/index",
+      "style": {
+        "navigationBarTitleText": "我的",
+        // "navigationBarTextStyle": "white",
+        "navigationStyle": "custom", // 隐藏系统导航栏
+        "app-plus": {
+          "titleNView": false, //禁用原生导航栏
+          "bounce": "none"
+        }
+      }
+    },
+    {
+      "path": "pages/course/index",
+      "style": {
+        "navigationBarTitleText": "选课中心",
+        "navigationStyle": "custom", // 隐藏系统导航栏
+        "enablePullDownRefresh": true,
+        "app-plus": {
+          "titleNView": false, //禁用原生导航栏
+          "bounce": "none"
+        }
+      }
+    },
+    {
+      "path": "pages/learn/index",
+      "style": {
+        "navigationBarTitleText": "学习",
+        "navigationStyle": "custom", // 隐藏系统导航栏
+        "enablePullDownRefresh": true,
+        "backgroundTextStyle": "dark",
+        "app-plus": {
+          "titleNView": false, //禁用原生导航栏
+          "bounce": "none"
+        }
+      }
+    },
+    {
+      "path": "pages/questionBank/index",
+      "style": {
+        "navigationBarTitleText": "题库",
+        "navigationStyle": "custom", // 隐藏系统导航栏
+        "app-plus": {
+          "titleNView": false, //禁用原生导航栏
+          "bounce": "none"
+        }
+      }
+    },
+    {
+      "path": "pages/webview/index",
+      "style": {
+        "navigationBarTitleText": "网页",
+        "navigationStyle": "custom", // 隐藏系统导航栏
+        "app-plus": {
+          "titleNView": false, //禁用原生导航栏
+          "bounce": "none"
+        }
+      }
+    },
+    {
+      "path": "pages/webview/sdlink",
+      "style": {
+        "navigationBarTitleText": "网页",
+        "navigationStyle": "custom", // 隐藏系统导航栏
+        "app-plus": {
+          "titleNView": false, //禁用原生导航栏
+          "bounce": "none"
+        }
+      }
+    }
+  ],
+  "subPackages": [
+    {
+      "root": "pages2",
+      "pages": [
+        {
+          "path": "wd/info",
+          "style": {
+            "navigationBarTitleText": "我的资料",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "wd/menu", //没有用到
+          "style": {
+            "navigationBarTitleText": "基本资料",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "wd/edu_info", //没有用到
+          "style": {
+            "navigationBarTitleText": "教育信息",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "register/register",
+          "style": {
+            "navigationBarTitleText": "注册页",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "register/forget",
+          "style": {
+            "navigationBarTitleText": "忘记密码",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "wd/class", //暂时不用
+          "style": {
+            "navigationBarTitleText": "我的网课",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "order/confirm_list",
+          "style": {
+            "navigationBarTitleText": "确认订单",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "order/confirm_pay",
+          "style": {
+            "navigationBarTitleText": "订单支付",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "order/confirm_success",
+          "style": {
+            "navigationBarTitleText": "支付成功",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "order/index",
+          "style": {
+            "navigationBarTitleText": "我的订单",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            // "enablePullDownRefresh": true,
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "invoice/index",
+          "style": {
+            "navigationBarTitleText": "发票申请",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            // "enablePullDownRefresh": true,
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "exam/index", // 暂时不用
+          "style": {
+            "navigationBarTitleText": "我的考试",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "exam/exam_appointment",
+          "style": {
+            "navigationBarTitleText": "考试预约",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "exam/signCommit",
+          "style": {
+            "navigationBarTitleText": "签署承诺书",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "exam/exam_result",
+          "style": {
+            "navigationBarTitleText": "考试成绩和证书",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "wd/question_bank",
+          "style": {
+            "navigationBarTitleText": "我的题库通",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/my_question",
+          "style": {
+            "navigationBarTitleText": "我的题库",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/free_question",
+          "style": {
+            "navigationBarTitleText": "赠送题卷",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/question_record",
+          "style": {
+            "navigationBarTitleText": "做题记录",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "enablePullDownRefresh": true,
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/question_record_list",
+          "style": {
+            "navigationBarTitleText": "做题记录",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "enablePullDownRefresh": true,
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/detail",
+          "style": {
+            "navigationBarTitleText": "题库详情",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/question_detail",
+          "style": {
+            "navigationBarTitleText": "进入刷题",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "msg/index",
+          "style": {
+            "enablePullDownRefresh": true,
+            "navigationBarTitleText": "我的消息",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/question_statistics",
+          "style": {
+            "navigationBarTitleText": "做题统计",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/question_report",
+          "style": {
+            "navigationBarTitleText": "试卷报告",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/questionBank",
+          "style": {
+            "navigationBarTitleText": "试卷题目",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "class/questionBank",
+          "style": {
+            "navigationBarTitleText": "试卷题目",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/questionBankExplain",
+          "style": {
+            "navigationBarTitleText": "解析",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/questionBankWrongExplain",
+          "style": {
+            "navigationBarTitleText": "错题解析",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/questionBankAllExplain",
+          "style": {
+            "navigationBarTitleText": "全部解析",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/questionBankContinue",
+          "style": {
+            "navigationBarTitleText": "试卷题目",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/questionBankExplainDetail",
+          "style": {
+            "navigationBarTitleText": "试卷解析",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/questionBankTest",
+          "style": {
+            "navigationBarTitleText": "试卷",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "msg/detail",
+          "style": {
+            "navigationBarTitleText": "消息详情",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "plan/index",
+          "style": {
+            "navigationBarTitleText": "学习计划",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "plan/create",
+          "style": {
+            "navigationBarTitleText": "创建计划",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "plan/edit",
+          "style": {
+            "navigationBarTitleText": "修改计划",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "verify/input",
+          "style": {
+            "navigationBarTitleText": "填写审核资料",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "verify/input2",
+          "style": {
+            "navigationBarTitleText": "填写审核资料",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "appointment/index",
+          "style": {
+            "navigationBarTitleText": "预约考试",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "appointment/order",
+          "style": {
+            "navigationBarTitleText": "预约考试",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "appointment/kporder",
+          "style": {
+            "navigationBarTitleText": "考前培训预约考试",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "appointment/appointment_success",
+          "style": {
+            "navigationBarTitleText": "预约成功",
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "subject/collectBank",
+          "style": {
+            "navigationBarTitleText": "试卷",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "subject/wrongBank",
+          "style": {
+            "navigationBarTitleText": "错题",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "subject/collectTypeBank",
+          "style": {
+            "navigationBarTitleText": "试卷",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "subject/wrongTypeBank",
+          "style": {
+            "navigationBarTitleText": "试卷",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "class/question_report",
+          "style": {
+            "navigationBarTitleText": "试卷报告",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "subject/wrong",
+          "style": {
+            "navigationBarTitleText": "错题集",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/wrongById",
+          "style": {
+            "navigationBarTitleText": "错题集",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "bank/collectById",
+          "style": {
+            "navigationBarTitleText": "收藏集",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "subject/collect",
+          "style": {
+            "navigationBarTitleText": "收藏集",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "learn/my_learn",
+          "style": {
+            "navigationBarTitleText": "我的学时",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "learn/details",
+          "style": {
+            "navigationBarTitleText": "详情",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "learn/menu",
+          "style": {
+            "navigationBarTitleText": "目录",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "wd/course",
+          "style": {
+            "navigationBarTitleText": "所有课程",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "dailyPractice/index",
+          "style": {
+            "navigationBarTitleText": "每日一练",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "randomPractice/index",
+          "style": {
+            "navigationBarTitleText": "随机练习",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        }
+      ]
+    },
+    {
+      "root": "pages3",
+      "pages": [
+        {
+          "path": "polyv/polyv", // 没用用到
+          "style": {
+            "navigationBarTitleText": "保利威直播",
+            "app-plus": {
+              "bounce": "none"
+            },
+            "mp-weixin": {
+              "usingComponents": {
+                "player": "/pages3/static/polyv-sdk/components/player/player"
+              }
+            }
+          }
+        },
+        {
+          "path": "polyv/detail",
+          "style": {
+            "navigationBarTitleText": "课程详情",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            },
+            "mp-weixin": {
+              "usingComponents": {
+                "player": "/pages3/static/polyv-sdk/components/player/player",
+                "polyv-player": "plugin://polyv-player/player"
+              }
+            }
+          }
+        },
+        {
+          "path": "course/detail",
+          "style": {
+            "navigationBarTitleText": "课程详情",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            },
+            "mp-weixin": {
+              "usingComponents": {
+                "polyv-player": "plugin://polyv-player/player"
+              }
+            }
+          }
+        },
+        {
+          "path": "live/detail",
+          "style": {
+            "navigationBarTitleText": "商品详情",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            },
+            "mp-weixin": {
+              "usingComponents": {
+                "polyv-player": "plugin://polyv-player/player"
+              }
+            }
+          }
+        },
+        {
+          "path": "live/playback",
+          "style": {
+            "navigationBarTitleText": "回放视频",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            },
+            "mp-weixin": {
+              "usingComponents": {
+                "polyv-player": "plugin://polyv-player/player"
+              }
+            }
+          }
+        }
+      ],
+      "plugins": {
+        "polyv-player": {
+          "version": "0.3.0",
+          "provider": "wx4a350a258a6f7876"
+        }
+      }
+    },
+    {
+      "root": "pages4",
+      "pages": [
+        {
+          "path": "login/login",
+          "style": {
+            "navigationBarTitleText": "登录页",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "login/pcLogin",
+          "style": {
+            "navigationBarTitleText": "pc登录页",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "login/pcLoginSuccess",
+          "style": {
+            "navigationBarTitleText": "登录成功",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "courseTopic/goodsTopic",
+          "style": {
+            "navigationBarTitleText": "选课中心",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "shopping/shoppingCart",
+          "style": {
+            "navigationBarTitleText": "购物车",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        }
+      ]
+    },
+    {
+      "root": "pages5",
+      "pages": [
+        {
+          "path": "exam/index",
+          "style": {
+            "navigationBarTitleText": "我的模考",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "mockRecord/mock_record",
+          "style": {
+            "navigationBarTitleText": "模考记录",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "mockRecord/mock_record_list", // 没有用到
+          "style": {
+            "navigationBarTitleText": "模考记录",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "examCount/index",
+          "style": {
+            "navigationBarTitleText": "模拟考试",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "liveDetail/index",
+          "style": {
+            "navigationBarTitleText": "商品详情",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "liveDetail/list", // 暂时不用
+          "style": {
+            "navigationBarTitleText": "直播课列表",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "liveDetail/course",
+          "style": {
+            "navigationBarTitleText": "课程列表",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "examList/index",
+          "style": {
+            "navigationBarTitleText": "我的模考",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "examAppointList/index",
+          "style": {
+            "navigationBarTitleText": "模考预约",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "examReport/index",
+          "style": {
+            "navigationBarTitleText": "试卷报告",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "examReport/questionBankAllExplain",
+          "style": {
+            "navigationBarTitleText": "全部解析",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "examReport/questionBankWrongExplain",
+          "style": {
+            "navigationBarTitleText": "错题解析",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "examBank/index",
+          "style": {
+            "navigationBarTitleText": "模考",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "liveList/index",
+          "style": {
+            "navigationBarTitleText": "模考讲解直播",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "mockExam/examApply",
+          "style": {
+            "navigationBarTitleText": "模考报名",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "mockExam/registrationSuccess",
+          "style": {
+            "navigationBarTitleText": "模考报名成功",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "scan/recommen",
+          "style": {
+            "navigationBarTitleText": "课程列表",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "scan/examact",
+          "style": {
+            "navigationBarTitleText": "考前活动",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        },
+        {
+          "path": "scan/retailact",
+          "style": {
+            "navigationBarTitleText": "课程列表",
+            "navigationBarBackgroundColor": "#0386FD",
+            "navigationStyle": "custom", // 隐藏系统导航栏
+            "app-plus": {
+              "titleNView": false, //禁用原生导航栏
+              "bounce": "none"
+            }
+          }
+        }
+      ]
+    }
+  ],
+  "preloadRule": {
+    "pages/index/index": {
+      "network": "all",
+      "packages": []
+    }
+  },
+  "globalStyle": {
+    "navigationBarTextStyle": "black",
+    "navigationBarTitleText": "WeChat",
+    "navigationBarBackgroundColor": "#F8F8F8",
+    "backgroundColor": "#F8F8F8",
+    "usingComponents": {}
+  },
+  "tabBar": {
+    "color": "#AAAAAA",
+    "selectedColor": "#222", //007AFF
+    "borderStyle": "black",
+    "backgroundColor": "#fff",
+    "list": [
+      {
+        "pagePath": "pages/index/index",
+        "iconPath": "static/nav1.png",
+        "selectedIconPath": "static/nav1_on.png",
+        "text": "首页"
+      },
+      {
+        "pagePath": "pages/course/index",
+        "iconPath": "static/nav2.png",
+        "selectedIconPath": "static/nav2_on.png",
+        "text": "选课"
+      },
+      {
+        "pagePath": "pages/learn/index",
+        "iconPath": "static/nav6.png",
+        "selectedIconPath": "static/nav6_on.png",
+        "text": "学习"
+      },
+      {
+        "pagePath": "pages/questionBank/index",
+        "iconPath": "static/nav3.png",
+        "selectedIconPath": "static/nav3_on.png",
+        "text": "题库"
+      },
+      {
+        "pagePath": "pages/wd/index",
+        "iconPath": "static/nav5.png",
+        "selectedIconPath": "static/nav5_on.png",
+        "text": "我的"
+      }
+    ]
+  },
+  "navigateToMiniProgramAppIdList": [""],
+  "easycom": {
+    "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
+  }
+}

+ 227 - 0
pages5/scan/retailact.vue

@@ -0,0 +1,227 @@
+<template>
+  <view class="scan_course">
+    <nav-bar title="商品列表" class="navbar"></nav-bar>
+    <view class="list_item" v-for="(item, index) in courseList" :key="index">
+      <view class="course_content">
+        <view class="c_title">{{ item.goodsName }}</view>
+        <view class="c_downs">
+          <view class="img">
+            <image :src="$method.splitImgHost(item.coverUrl, true)"></image>
+            <view class="time" v-if="item.year">{{
+              item.year ? item.year : ""
+            }}</view>
+          </view>
+          <view class="text">
+            <view class="desc">
+              <view class="left">
+                <view
+                  class="priceTag"
+                  v-if="
+                    !item.specTemplateId || (!item.maxPrice && !item.minPrice)
+                  "
+                >
+                  {{ item.standPrice === 0 ? "免费" : `¥${item.standPrice}` }}
+                </view>
+                <!-- 范围价格 -->
+                <view v-else class="priceTag">
+                  <view>{{ item.minPrice }}</view>
+                  <template v-if="item.minPrice != item.maxPrice">
+                    <text>-</text>
+                    <view>{{ item.maxPrice }}</view>
+                  </template>
+                </view>
+                <text v-if="item.linePrice" class="sale">¥ </text>
+                <text v-if="item.linePrice" class="price_line">
+                  {{ item.linePrice }}</text
+                >
+              </view>
+              <view class="right">
+                <view class="regiser_row" @click="toBuy(item)">立即购买</view>
+              </view>
+            </view>
+          </view>
+        </view>
+      </view>
+    </view>
+    <!-- <view class="tip"
+      >温馨提示:在线课程属虚拟商品,活动期间购买不予退款,请按需购买</view
+    > -->
+  </view>
+</template>
+
+<script>
+import { tenantId, BASE_URL } from "@/common/request.js";
+export default {
+  data() {
+    return {
+      courseList: [],
+    };
+  },
+  onLoad(options) {
+    this.options = options;
+    this.getCourseList();
+  },
+  methods: {
+    getCourseList() {
+      this.$api.fxGoodsList(this.options.distributionId).then((res) => {
+        if (res.data.code == 200) {
+          this.courseList = res.data.data;
+        } else {
+          this.$u.toast(res.data.msg);
+        }
+      });
+    },
+    addParam(item) {
+      let str = "?id=" + item.goodsId + "&goodsType=" + item.goodsType;
+      if (this.options.distributionCode) {
+        str += "&distributionCode=" + this.options.distributionCode;
+      }
+      if (this.options.linkCode) {
+        str += "&distributionCode=" + this.options.linkCode;
+      }
+      return str;
+    },
+    toBuy(item) {
+      if (item.goodsType == 2) {
+        uni.navigateTo({
+          url: "/pages2/bank/detail" + this.addParam(item),
+        });
+      } else {
+        uni.navigateTo({
+          url: "/pages3/course/detail" + this.addParam(item),
+        });
+      }
+    },
+  },
+};
+</script>
+
+<style lang="scss" scoped>
+.scan_course {
+  padding: 32rpx 32rpx 0;
+
+  .list_item {
+    padding: 24rpx;
+    // height: 278rpx;
+    background: #ffffff;
+    box-shadow: 0rpx 0rpx 20rpx 1rpx rgba(1, 99, 235, 0.1);
+    border-radius: 24rpx;
+    background: #fff;
+    margin-bottom: 32rpx;
+    display: flex;
+    align-items: center;
+
+    .c_title {
+      font-size: 32rpx;
+      font-weight: bold;
+      margin-bottom: 24rpx;
+      font-weight: bold;
+      color: #222222;
+    }
+
+    .c_downs {
+      display: flex;
+    }
+
+    .img {
+      position: relative;
+      margin-right: 24rpx;
+      border-radius: 16rpx;
+      overflow: hidden;
+      width: 204rpx;
+      height: 120rpx;
+
+      image {
+        width: 100%;
+        height: 100%;
+      }
+
+      .time {
+        position: absolute;
+        bottom: 0;
+        right: 0;
+        width: 80rpx;
+        height: 32rpx;
+        background: rgba(1, 25, 45, 0.4);
+        color: #fff;
+        text-align: center;
+        line-height: 32rpx;
+        font-size: 24rpx;
+        border-radius: 10rpx 0px 10rpx 0px;
+      }
+    }
+
+    .text {
+      width: 440rpx;
+      position: relative;
+      display: flex;
+      flex-direction: column;
+      justify-content: space-between;
+      height: 120rpx;
+
+      .desc {
+        margin-top: 20rpx;
+        display: flex;
+        align-items: center;
+        justify-content: space-between;
+        width: 100%;
+
+        .left {
+          flex: 1;
+          color: #333;
+          font-size: 26rpx;
+
+          .sale {
+            color: #999999;
+            font-size: 24rpx;
+            margin-left: 8rpx;
+          }
+
+          .price_line {
+            color: #999999;
+            font-size: 24rpx;
+            text-decoration: line-through;
+            font-weight: 400;
+          }
+        }
+
+        .right {
+          font-size: 24rpx;
+          font-weight: bold;
+          padding-right: 20rpx;
+
+          .regiser_row {
+            width: 144rpx;
+            height: 52rpx;
+            line-height: 52rpx;
+            text-align: center;
+            border-radius: 16rpx;
+            background-color: #fc3f3f;
+            color: #fff;
+            font-weight: 500;
+            font-size: 26rpx;
+          }
+        }
+      }
+    }
+
+    .priceTag {
+      display: flex;
+      font-size: 32rpx;
+      font-family: PingFang SC;
+      font-weight: bold;
+      color: #fc3f3f;
+      view::before {
+        content: "¥";
+        font-size: 24rpx;
+        font-weight: bold;
+      }
+    }
+  }
+  .tip {
+    text-align: center;
+    color: #a7b0b8;
+    padding: 16rpx 30rpx 0;
+  }
+}
+</style>