|
@@ -96,7 +96,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="product_name">
|
|
<view class="product_name">
|
|
|
{{form.productName}}
|
|
{{form.productName}}
|
|
|
- <span><text>¥</text>{{rightsId?0:form.price}}</span>
|
|
|
|
|
|
|
+ <span><text>¥</text>{{!rightsId?0:form.price}}</span>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="sun_product">
|
|
<view class="sun_product">
|
|
@@ -719,6 +719,8 @@
|
|
|
this.taskId = options.taskId
|
|
this.taskId = options.taskId
|
|
|
this.checkType = options.checkType
|
|
this.checkType = options.checkType
|
|
|
this.rightsId = options.rightsId
|
|
this.rightsId = options.rightsId
|
|
|
|
|
+ console.log(this.rightsId)
|
|
|
|
|
+ console.log(this.rightsId?"0":"1")
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|