diff --git a/App.vue b/App.vue index b2e2342..48bbd2d 100644 --- a/App.vue +++ b/App.vue @@ -10,9 +10,6 @@ App.vue本身不是页面,这里不能编写视图元素,也就是没有 { uni.hideTabBar() // #ifdef MP-WEIXIN - uni.setInnerAudioOption({ - obeyMuteSwitch: false - }); const updateManager = wx.getUpdateManager() // 小程序版本更新管理器 updateManager.onCheckForUpdate(function(res) { // 请求完新版本信息的回调 diff --git a/pageProduct/add-Product/components/edit-haocai.vue b/pageProduct/add-Product/components/edit-haocai.vue index 5232f6f..562e6cf 100644 --- a/pageProduct/add-Product/components/edit-haocai.vue +++ b/pageProduct/add-Product/components/edit-haocai.vue @@ -6,7 +6,11 @@ 绑定至规格 - 绑定至规格 + + 绑定至规格 + + diff --git a/pages/index/index.vue b/pages/index/index.vue index 7aee554..75bfd96 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -22,9 +22,9 @@ - ¥{{totalRevenuedata}} + ¥{{((totalRevenuedata||0)*1).toFixed(2)}} - {{shopName}} + {{shopName||''}} @@ -358,12 +358,11 @@