zhashaonan 7 years ago
parent
commit
a52bf6d674
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/details/details.js

+ 2 - 2
pages/details/details.js

@@ -28,8 +28,8 @@ Page({
     this.setData({
       webViewUrl
     })
-    // this.getDatas(options.goods_id)
-    this.getDatas(6417)
+    this.getDatas(options.goods_id)
+    // this.getDatas(6417)
   },
   getDatas(goods_id) {
     var self = this