Commit 065763f18570e1559d1afba91ff49283e034435d

Authored by WXD-SEASON\season
1 parent 171116de

默认综合评价

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