Browse Source

Merge branch 'hella_online_20240803' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into hella_online_20240803

lijuncheng0816
lijuncheng 1 month ago
parent
commit
a0b86df6ac
  1. 6
      src/manifest.json
  2. 4
      src/pages/repleinsh/job/repleinshJob.vue

6
src/manifest.json

@ -1,10 +1,10 @@
{ {
"name" : "wms", "name" : "wms",
"package" : "uni.UNI43932FE", "package" : "uni.UNI43932FE",
"appid" : "__UNI__C9CF4BF", "appid" : "__UNI__F36DDCF",
"description" : "", "description" : "",
"versionName" : "1.0.52", "versionName" : "1.0.54",
"versionCode" : 52, "versionCode" : 54,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

4
src/pages/repleinsh/job/repleinshJob.vue

@ -125,7 +125,9 @@
onHide() { onHide() {
this.stopRefresh(); this.stopRefresh();
}, },
onUnload(){
this.stopRefresh();
},
onReady() { onReady() {
this.detailOptions = getDetailOption(); this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption(); this.detailGiveupOptions = getDetailGiveupOption();

Loading…
Cancel
Save