|
|
@@ -59,12 +59,10 @@
|
|
|
<view class="">
|
|
|
{{ item.project_donation_id | type(typeList) }}:
|
|
|
<text>{{ item.project_donation_num }}</text>
|
|
|
- 顶
|
|
|
</view>
|
|
|
<view class="">
|
|
|
最低需求捐赠数:
|
|
|
<text>{{ item.project_donation_num }}</text>
|
|
|
- 顶
|
|
|
</view>
|
|
|
<!-- <view class="">
|
|
|
物资捐赠要求:
|
|
|
@@ -109,7 +107,7 @@
|
|
|
<view class="item-top">
|
|
|
<image src="../../static/img/002.png" mode=""></image>
|
|
|
<view class="item-name-time">
|
|
|
- <view class="item-name">石首市捐赠</view>
|
|
|
+ <view class="item-name">荆州捐赠</view>
|
|
|
<view class="item-time">{{ item.time | time }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -124,7 +122,7 @@
|
|
|
<view class="item-top">
|
|
|
<image src="../../static/img/002.png" mode=""></image>
|
|
|
<view class="item-name-time">
|
|
|
- <view class="item-name">石首市捐赠</view>
|
|
|
+ <view class="item-name">荆州捐赠</view>
|
|
|
<view class="item-time">{{ item.time | time }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -139,7 +137,7 @@
|
|
|
<view class="item-top">
|
|
|
<image src="../../static/img/002.png" mode=""></image>
|
|
|
<view class="item-name-time">
|
|
|
- <view class="item-name">石首市捐赠</view>
|
|
|
+ <view class="item-name">荆州捐赠</view>
|
|
|
<view class="item-time">{{ item.time | time }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -154,7 +152,7 @@
|
|
|
<view class="jg" style="height: 99rpx;"></view>
|
|
|
<view class="btn-wrapper flex">
|
|
|
<view class="btn1 btn" @click="navTo('/pages/donate/progress?id=' + proInfo.id)">实时进展</view>
|
|
|
- <view class="btn2 btn" @click="proInfo.status === 1 ? want() : cant()">我要捐款</view>
|
|
|
+ <view class="btn2 btn" @click="proInfo.status === 1 ? want() : cant()">我要捐赠</view>
|
|
|
</view>
|
|
|
<uni-popup ref="popup" type="center">
|
|
|
<view class="type-box">
|
|
|
@@ -254,7 +252,7 @@ export default {
|
|
|
let arr = val.map(item => {
|
|
|
for (let i = 0; i < typeList.length; i++) {
|
|
|
if (item.project_donation_id == typeList[i].id) {
|
|
|
- str = str + typeList[i].name + ' ' + item.project_donation_num + ' ' + '个 ';
|
|
|
+ str = str + typeList[i].name + ' ' + item.project_donation_num + ' ' + ' ';
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
@@ -357,7 +355,7 @@ export default {
|
|
|
});
|
|
|
console.log(wzList, '**************************************');
|
|
|
|
|
|
- this.navTo('/pages/donate/idonate?type=' + this.jxType + '&id=' + this.proInfo.id + '&wzlist=' + JSON.stringify(wzList));
|
|
|
+ this.navTo('/pages/donate/idonate?type=' + this.jxType + '&id=' + this.proInfo.id + '&wzlist=' + JSON.stringify(wzList) + '&project_area=' + this.proInfoproject_area);
|
|
|
},
|
|
|
//获取物资分类列表
|
|
|
getDonationInfo() {
|
|
|
@@ -425,7 +423,7 @@ export default {
|
|
|
item.forEach(item => {
|
|
|
for (let i = 0; i < this.typeList.length; i++) {
|
|
|
if (item.project_donation_id === this.typeList[i].project_donation_id) {
|
|
|
- str = str + this.typeList[i].project_donation_name + item.project_donation_num + '个';
|
|
|
+ str = str + this.typeList[i].project_donation_name + item.project_donation_num + '';
|
|
|
}
|
|
|
}
|
|
|
});
|