@@ -28,7 +28,6 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
- console.log(app);
let webViewUrl = `https://passport.lrlz.com/mobile/index.php?act=goods_common&op=detail&goods_id=${options.goods_id}&client_type=ios`
this.setData({
webViewUrl
@@ -153,6 +152,7 @@ Page({
wx.hideLoading()
if (res.code == 200) {
wx.showToast({
+ icon: 'none',
title: '添加成功!',
duration: 1500
})