Commit 2b1713a5 by xnn

修复已知问题

parent 4892d9f7
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</view> </view>
<view class="orderModel" v-for="(item,index) in OrderInfo" :key="index" <view class="orderModel" v-for="(item,index) in OrderInfo" :key="index"
@click="$utils.goProductDetails('323232')"> @click="$utils.goProductDetails(item.goods_id)">
<view class="orderImg"> <view class="orderImg">
<image class="init_image" :src="item.goods_img" mode=""></image> <image class="init_image" :src="item.goods_img" mode=""></image>
</view> </view>
......
{ {
"component": true,
"usingComponents": { "usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon", "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u-badge": "/node-modules/uview-ui/components/u-badge/u-badge" "u-badge": "/node-modules/uview-ui/components/u-badge/u-badge"
} },
"component": true
} }
\ No newline at end of file
...@@ -154,8 +154,12 @@ var render = function () { ...@@ -154,8 +154,12 @@ var render = function () {
_vm.e1 = function ($event) { _vm.e1 = function ($event) {
_vm.getGoodsWayShow = false _vm.getGoodsWayShow = false
} }
_vm.e2 = function ($event) { _vm.e2 = function ($event, item) {
return _vm.$utils.goProductDetails("323232") var _temp = arguments[arguments.length - 1].currentTarget.dataset,
_temp2 = _temp.eventParams || _temp["event-params"],
item = _temp2.item
var _temp, _temp2
return _vm.$utils.goProductDetails(item.goods_id)
} }
} }
_vm.$mp.data = Object.assign( _vm.$mp.data = Object.assign(
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
} }
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.8.4", "libVersion": "3.8.7",
"appid": "wx1e817ce0a1b89375", "appid": "wx1e817ce0a1b89375",
"projectname": "点点约", "projectname": "点点约",
"condition": {}, "condition": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment