Commit ae678867 by wenyang

环境配置+积分兑换

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