Commit ae678867 by wenyang

环境配置+积分兑换

parent f432313f
......@@ -9,9 +9,9 @@ const stage = {
cffp_url:'https://mstage.zuihuibi.cn/cffpApi/cffp'
}
const prod = {
base_url:'https://m.cffp.org.cn',
api_url:'https://m.cffp.org.cn/api',
cffp_url:'https://m.cffp.org.cn/api/cffp'
base_url:'https://app.ydhomeoffice.cn',
api_url:'https://app.ydhomeoffice.cn/appApi',
cffp_url:'https://app.ydhomeoffice.cn/appApi/cffp'
}
let companyInfo = {
// companyType: '1',
......
......@@ -186,7 +186,7 @@
"vueVersion" : "3",
"h5" : {
"router" : {
"base" : "/cffp/",
"base" : "/appYdhomeoffice/",
"mode" : "history"
},
"devServer" : {
......
......@@ -18,7 +18,10 @@
<view style="color: #0A2F99;" v-if="item.reviewStatus == 2 && item.reviewMessage">
兑换失败,原因: {{item.reviewMessage}}
</view>
<view style="color: #0A2F99;" v-else-if="item.reviewStatus == 1">
<view style="color: #0A2F99;" v-else-if="item.productType == '1' && item.reviewStatus == 1">
兑换成功
</view>
<view style="color: #0A2F99;" v-else-if="item.productType == '2' && item.reviewStatus == 1 && item.isPaid == 1 && item.status == 1">
兑换成功
</view>
<view style="color: #0A2F99;" v-else>
......
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