no message

This commit is contained in:
2025-11-29 23:43:55 +08:00
parent 853aa578b8
commit a3696d93ec
4 changed files with 8 additions and 10 deletions
+2 -4
View File
@@ -314,10 +314,8 @@ export default {
content:'当前APP想要粘贴商品详情,是否继续?',
success:(res1=>{
if(res1.confirm){
let arr = res.data.split('?id=');
console.log('arr',arr, Number(arr[1]))
const id = arr[1].split(' ');
_this.curId = Number(id[0]);
let id = res.data.match(/=(.*?)\s/);
_this.curId = Number(id[1]);
_this.getShop();
uni.setClipboardData({
data: '',