@@ -241,7 +241,7 @@ Page({
})
},
zan(){
- $api.zan({record_id:record_id}).then(res=>{
+ $api.zan({record_id:this.data.record_id}).then(res=>{
if(res.data.code == 0){
this.getzan()
this.setData({
@@ -58,7 +58,7 @@
</view>
<view class="imgs" wx:if='{{datas.today_record.today_stock_img.length>0}}'>
- <view class="title">交割单</view>
+ <view class="title">交割单111</view>
<image wx:for='{{datas.today_record.today_stock_img}}' wx:for-item='i' bindtap="preview" data-src='{{i}}' data-urls='{{datas.today_record.today_stock_img}}'
class="img" src="{{i}}"></image>