提交 33721feb authored 作者: 彭涛's avatar 彭涛

bug修复

上级 2c347da0
......@@ -148,7 +148,7 @@
<view
v-if="groupDetails.intermediateProfitCeiling&&type==2&&(groupDetails.type==4||groupDetails.type==5)">
居间让利上限:{{groupDetails.intermediateProfitCeiling}}</view>
<view>拼团电量上限:{{groupDetails.powerLimit}}万kWh</view>
<view v-if="groupDetails.powerLimit">拼团电量上限:{{groupDetails.powerLimit}}万kWh</view>
<view v-if="type==2&&groupDetails.commissionRate">佣金:{{groupDetails.commissionRate}}%
<image @click="clickBrokerage" style="margin-left: 10rpx;"
src="../../static/images/icon_wenhao.png"></image>
......
......@@ -840,9 +840,9 @@
return false
}
let url = this.personageList[i].url
console.log(this.personageList)
console.log(this.personageList_putong)
console.log(url)
// console.log(this.personageList)
// console.log(this.personageList_putong)
// console.log(url)
if (url) {
uni.navigateTo({
url: url
......
......@@ -40,7 +40,8 @@
}).then(res => {
if (res.code == 200) {
console.log(res)
let pathUrl = res.data.replace('http', 'https')
let pathUrl = res.data.replace('http:', 'https:')
console.log(pathUrl)
this.openPdf(pathUrl)
}
})
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论