diff --git a/frontend/app-user/main.js b/frontend/app-user/main.js index fb32627..b8f57ac 100644 --- a/frontend/app-user/main.js +++ b/frontend/app-user/main.js @@ -96,4 +96,4 @@ export function createApp() { app } } -// #endif \ No newline at end of file +// #endif diff --git a/frontend/app-user/pages/home/placeOrder.vue b/frontend/app-user/pages/home/placeOrder.vue index 19a1475..7e97cff 100644 --- a/frontend/app-user/pages/home/placeOrder.vue +++ b/frontend/app-user/pages/home/placeOrder.vue @@ -256,8 +256,8 @@ export default { //#ifdef H5 this.orderBody.zffs = dd_zffs.WX_PAY.code; this.orderBody.zflx = dd_zflx.JSAPI.code; - // this.orderBody.openId = uni.getStorageSync('openId'); - this.orderBody.openId = "oH7LG54_Y49mVunw2FLXzUCxHWlM"; + this.orderBody.openId = uni.getStorageSync('openId'); + // this.orderBody.openId = "oH7LG54_Y49mVunw2FLXzUCxHWlM"; console.log('H5环境---------》') console.log('H5环境rData---------》', this.orderBody) //#endif diff --git a/frontend/app-user/pages/order/components/orderCard.vue b/frontend/app-user/pages/order/components/orderCard.vue index 6720b29..059444a 100644 --- a/frontend/app-user/pages/order/components/orderCard.vue +++ b/frontend/app-user/pages/order/components/orderCard.vue @@ -9,7 +9,7 @@ - {{pageForm.fDdzt}} + {{ddDdzt.get(pageForm.fDdzt)}} @@ -19,7 +19,7 @@ - {{item.fSpmc}} + {{ddPsfs.get(item.fSpmc)}} 规格:{{item.fMs}} @@ -55,7 +55,7 @@ - + 取消订单 @@ -73,6 +73,7 @@