3.30解决bug

This commit is contained in:
zoujiandong
2026-03-30 16:12:38 +08:00
parent e3a852cb43
commit 7180e176eb
28 changed files with 429 additions and 425 deletions
+14 -14
View File
@@ -242,20 +242,20 @@ const submit = () => {
if (!/^1\d{10}$/.test(mobile.value)) return uni.showToast({ title: '请输入正确手机号', icon: 'none' })
if (!regionText.value) return uni.showToast({ title: '请选择地址', icon: 'none' })
if (!detail.value) return uni.showToast({ title: '请输入详细地址', icon: 'none' })
uni.sendNativeEvent("portraitReport",{
msg:{
event_nickname: "boint_jifengood",
page_type: "积分商城",
resource_name:goodsName.value,
event_val:0,
event_unit:'积分',
number:goodsNum.value,
belong:'U盘',
},
},
(ret) => {
console.log(ret);
});
// uni.sendNativeEvent("portraitReport",{
// msg:{
// event_nickname: "boint_jifengood",
// page_type: "积分商城",
// resource_name:goodsName.value,
// event_val:0,
// event_unit:'积分',
// number:goodsNum.value,
// belong:'U盘',
// },
// },
// (ret) => {
// console.log(ret);
// });
saveAddress();
api.createGoodsOrder({
goodsUuid: goodsUuid.value,