聊天功能

This commit is contained in:
2022-12-27 18:01:41 +08:00
5 changed files with 243 additions and 61 deletions

View File

@@ -119,4 +119,11 @@ export default {
removeAfterSaleData() {
uni.removeStorageSync(AFTERSALE_DATA);
},
// 是否发送商品连接记录
setImGoodsLink(val) {
uni.setStorageSync('imGoodId', val);
},
getImGoodsLink() {
return uni.getStorageSync('imGoodId');
},
};