订单结算修改
This commit is contained in:
@@ -98,8 +98,8 @@
|
||||
*/
|
||||
function getShopInfoData () {
|
||||
getShopInfo({id:uni.getStorageSync('shopInfo').id}).then(res=>{
|
||||
pageData.shopInfo = res;
|
||||
uni.setStorageSync('shopInfo',res)
|
||||
pageData.shopInfo = res.data;
|
||||
uni.setStorageSync('shopInfo',res.data)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user