Bläddra i källkod

Merge branch 'master' into zhongqi-birthDay

shish 1 månad sedan
förälder
incheckning
c9ac8c60a6

+ 2 - 2
ghsPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝收银",
     "appid" : "__UNI__E2D4F80",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.6.6",
-    "versionCode" : 166,
+    "versionName" : "1.6.8",
+    "versionCode" : 168,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 1 - 13
ghsPad/src/pages/home/cash.vue

@@ -223,19 +223,7 @@ export default {
 			this.$util.pageTo({ url: "/pages/home/cash", type: 2 })
 		},
 		beginRemind() {
-			let that = this
-			clearInterval(that.T)
-			this.mustUpdate = false
-			that.T = setInterval(function () {
-				checkRefresh().then(res => {
-					if (res.code == 1) {
-						if (res.data.remind && res.data.remind == 1) {
-							clearInterval(that.T)
-							that.mustUpdate = true
-						}
-					}
-				})
-			}, 30000)
+
 		},
 		updateRightItem() {
 			this.customId = this.getLoginInfo.skCustomId && this.getLoginInfo.skCustomId > 0 ? Number(this.getLoginInfo.skCustomId) : 0

+ 2 - 2
hdPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜收银",
     "appid" : "__UNI__F6E7EA0",
     "description" : "花掌柜收银",
-    "versionName" : "2.0.7",
-    "versionCode" : 207,
+    "versionName" : "2.0.9",
+    "versionCode" : 209,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 1 - 13
hdPad/src/pages/home/cash.vue

@@ -227,19 +227,7 @@ export default {
         	this.$util.pageTo({ url: "/pages/home/cash",type:2})
 		},
 		beginRemind(){
-			let that = this
-			this.mustUpdate = false
-			clearInterval(that.T)
-			that.T = setInterval(function(){
-				checkRefresh().then(res=>{
-					if(res.code == 1){
-						if(res.data.remind && res.data.remind == 1){
-							clearInterval(that.T)
-							that.mustUpdate = true
-						}
-					}
-				})
-			}, 30000)
+
 		},
 		updateRightItem(){
 			const shop = this.getMyShopInfo && this.getMyShopInfo.shop

+ 1 - 1
hdPad/src/pages/home/components/workList.vue

@@ -104,7 +104,7 @@ export default {
             let that = this
             this.t = setInterval(function () {
                 that.getWorkInfoList(1)
-            },8000)
+            },60000)
         },
         refreshList(){
             this.resetList()

+ 2 - 2
开发http/ghsPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝收银",
     "appid" : "__UNI__E2D4F80",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.6.6",
-    "versionCode" : 166,
+    "versionName" : "1.6.8",
+    "versionCode" : 168,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
开发http/hdPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜收银",
     "appid" : "__UNI__F6E7EA0",
     "description" : "花掌柜收银",
-    "versionName" : "2.0.7",
-    "versionCode" : 207,
+    "versionName" : "2.0.9",
+    "versionCode" : 209,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
开发https/ghsPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝收银",
     "appid" : "__UNI__E2D4F80",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.6.6",
-    "versionCode" : 166,
+    "versionName" : "1.6.8",
+    "versionCode" : 168,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
开发https/hdPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜收银",
     "appid" : "__UNI__F6E7EA0",
     "description" : "花掌柜收银",
-    "versionName" : "2.0.7",
-    "versionCode" : 207,
+    "versionName" : "2.0.9",
+    "versionCode" : 209,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/ghsPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "销花宝收银",
     "appid" : "__UNI__E2D4F80",
     "description" : "鲜花批发销售管理系统",
-    "versionName" : "1.6.6",
-    "versionCode" : 166,
+    "versionName" : "1.6.8",
+    "versionCode" : 168,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/hdPad/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜收银",
     "appid" : "__UNI__F6E7EA0",
     "description" : "花掌柜收银",
-    "versionName" : "2.0.7",
-    "versionCode" : 207,
+    "versionName" : "2.0.9",
+    "versionCode" : 209,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {