Selaa lähdekoodia

预约页面标题修改

zhanghui 2 vuotta sitten
vanhempi
sitoutus
4b53cd7a33
3 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 1 1
      common/js/env.js
  2. 2 2
      pages.json
  3. 2 2
      pages/index/index.vue

+ 1 - 1
common/js/env.js

@@ -1,7 +1,7 @@
 "use strict";
 
 // let baseUrl = `https://jje.admin.xinyuekj.com.cn`
-let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api/`
+let baseUrl = `https://jje.admin.xinyuekj.com.cn/test-api`
 // let baseUrl = `http://127.0.0.1:9000`
 // let baseUrl = `http://192.168.1.7:8080`
 // let baseUrl = `http://192.168.1.2:8080`

+ 2 - 2
pages.json

@@ -154,7 +154,7 @@
 				{
 					"path": "storeService/index",
 					"style": {
-						"navigationBarTitleText": "当日排队",
+						"navigationBarTitleText": "今日预约",
 						"enablePullDownRefresh": false
 					}
 				},
@@ -168,7 +168,7 @@
 				{
 					"path": "bookService/index",
 					"style": {
-						"navigationBarTitleText": "预约排队",
+						"navigationBarTitleText": "明日预约",
 						"enablePullDownRefresh": false
 					}
 				},	{

+ 2 - 2
pages/index/index.vue

@@ -103,7 +103,7 @@
               <!-- 左边内容 -->
               <view @click="gotoServiceOrder()" class="left-content">
                 <view class="title">
-                  当日排队
+                  今日预约
                 </view>
                 <view class="desc">
                   <!--									多种服务模式任您选择-->
@@ -115,7 +115,7 @@
               <!-- 右边内容 -->
               <view class="right-content" @click="goBookService()">
                 <view class="title">
-                  预约排队
+                  明日预约
                 </view>
                 <view class="desc">
                   <!--									拼命研发中敬请期待...-->