Commit 98e45b11 by zhangzhen

次卡月卡功能添加

parent 1221b817
...@@ -55,4 +55,27 @@ export const equityBindUser=(data)=>{ ...@@ -55,4 +55,27 @@ export const equityBindUser=(data)=>{
export const equityDuration=(data)=>{ export const equityDuration=(data)=>{
let url=`/durationLog/sumVariableDuration` let url=`/durationLog/sumVariableDuration`
return http.get(url,data) return http.get(url,data)
} }
\ No newline at end of file
export const monthlyCardConf=(data)=>{
let url=`/monthlyCardConf/query`
return http.get(url,data)
}
export const createMonthlyCardOrder=(data)=>{
let url=`/monthlyCardOrder/createMonthlyCard`
return http.post(url,data)
}
export const secondaryCardConf=(data)=>{
let url=`/secondaryCardConf/query`
return http.get(url,data)
}
export const createSecondaryCardOrder=(data)=>{
let url=`/secondaryCardOrder/createSecondaryCardOrder`
return http.post(url,data)
}
...@@ -120,12 +120,12 @@ ...@@ -120,12 +120,12 @@
</view> </view>
</view> </view>
<view v-if="false" class="flex-3"> <view v-if="userInfo && userInfo.secondaryCardList && userInfo.secondaryCardList.length" class="flex-3">
<text class="text-1">次卡</text> <text class="text-1">次卡</text>
<text class="text-2">权益会员专享</text> <text class="text-2">权益会员专享</text>
<view class="flex-row"> <view class="flex-row">
<text class="text-3">还剩</text> <text class="text-3">还剩</text>
<text class="text-4">3</text> <text class="text-4">{{userInfo.secondaryCardList[0].number}}</text>
<text class="text-3"></text> <text class="text-3"></text>
</view> </view>
</view> </view>
......
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