Commit 065763f18570e1559d1afba91ff49283e034435d
1 parent
171116de
默认综合评价
Showing
4 changed files
with
6 additions
and
2 deletions
packageA/pages/my_service/tment_eval.js
@@ -41,6 +41,7 @@ Page({ | @@ -41,6 +41,7 @@ Page({ | ||
41 | data: { | 41 | data: { |
42 | Star: index + 1, | 42 | Star: index + 1, |
43 | storeId: a.stoid, | 43 | storeId: a.stoid, |
44 | + TagID:'0C7EE27C-AA5F-4969-841A-CC994EF3B12E'//3.0默认综合评价 | ||
44 | } | 45 | } |
45 | }).then(res => { | 46 | }).then(res => { |
46 | if (res.data.code == 0) { | 47 | if (res.data.code == 0) { |
packageA/pages/my_service2/tment_eval.js
@@ -41,6 +41,7 @@ Page({ | @@ -41,6 +41,7 @@ Page({ | ||
41 | data: { | 41 | data: { |
42 | Star: index + 1, | 42 | Star: index + 1, |
43 | storeId: a.stoid, | 43 | storeId: a.stoid, |
44 | + TagID:'0C7EE27C-AA5F-4969-841A-CC994EF3B12E'//3.0默认综合评价 | ||
44 | } | 45 | } |
45 | }).then(res => { | 46 | }).then(res => { |
46 | if (res.data.code == 0) { | 47 | if (res.data.code == 0) { |
packageB/pages/evaluate/evaluate.js
@@ -42,7 +42,8 @@ Page({ | @@ -42,7 +42,8 @@ Page({ | ||
42 | getApp().request.promiseGet(url, { | 42 | getApp().request.promiseGet(url, { |
43 | data: { | 43 | data: { |
44 | Star: index + 1, | 44 | Star: index + 1, |
45 | - storeId: a.stoid | 45 | + storeId: a.stoid, |
46 | + TagID:'0C7EE27C-AA5F-4969-841A-CC994EF3B12E'//3.0默认综合评价 | ||
46 | } | 47 | } |
47 | }).then(res => { | 48 | }).then(res => { |
48 | if (res.data.code == 0) { | 49 | if (res.data.code == 0) { |
packageG/pages/user/my_service/tment_eval.js
@@ -40,7 +40,8 @@ Page({ | @@ -40,7 +40,8 @@ Page({ | ||
40 | getApp().request.promiseGet(url, { | 40 | getApp().request.promiseGet(url, { |
41 | data: { | 41 | data: { |
42 | Star: index + 1, | 42 | Star: index + 1, |
43 | - storeId: a.stoid | 43 | + storeId: a.stoid, |
44 | + TagID:'0C7EE27C-AA5F-4969-841A-CC994EF3B12E'//3.0默认综合评价 | ||
44 | } | 45 | } |
45 | }).then(res => { | 46 | }).then(res => { |
46 | if (res.data.code == 0) { | 47 | if (res.data.code == 0) { |