liuyg
2022-02-22 6dab222b7f527fa16db89930bbe028d41b21bd0a
App.vue
@@ -65,13 +65,14 @@
                        if (data[k].id == that.socketValue.rid) {
                           let val = JSON.stringify({
                              ...data[k],
                              butCT: "begin",
                              butCT: "beginUp",
                              buttype: 0,
                              myid: d.serid,
                              myName: uni.getStorageSync("name") || that.$store.state.puserName,
                              appenUrl: that.$store.state.piAPI,
                              isOn: true
                           });
                           uni.navigateTo({
                           uni.redirectTo({
                              url: "/pages/grabOrders/map?data=" + JSON.stringify(val),
                           });
                        } else {