diff --git a/src/manifest.json b/src/manifest.json index 661c1ce..3623b27 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name" : "艺象心", - "appid" : "__UNI__77CA6BC", + "appid" : "__UNI__C2FB70F", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/src/pages/my/OrderActControl.vue b/src/pages/my/OrderActControl.vue index 86071ae..23d3705 100644 --- a/src/pages/my/OrderActControl.vue +++ b/src/pages/my/OrderActControl.vue @@ -1,110 +1,115 @@ @@ -173,15 +179,11 @@ }], starvalue: 0, orderList: [], - list1: [{ - name: '已发布', - }, { - name: '已接单', - }, ], + tabNum: 1, pingjiaobj: {}, baomingpingjia: [], - starsvalue:0 + starsvalue: 0 }; }, @@ -190,14 +192,14 @@ }, methods: { receiveevlaue(id) { - // /hallUser/sdpj + this.showShoudao = true this.http.request('/hallUser/sdpj?id=' + id, {}, "POST").then(res => { if (res.code == 200) { - // this.clickTab(1) - this.starsvalue=res.data.evaluate + + this.starsvalue = res.data.evaluate this.showShoudao = true - + } }).catch(e => { uni.showToast({ @@ -374,19 +376,23 @@