我的订单+我的+vip+商品详情(基础)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="commonPageBox">
|
||||
<view class="commonPageBox" style="height: 100vh">
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="我的积分" bgColor="" fontColor="#000000"> </z-nav-bar>
|
||||
@@ -22,12 +22,11 @@
|
||||
> -->
|
||||
</view>
|
||||
<!-- :style="`height:calc(100vh - ${(120 + statusBarHeight) * 2}rpx)`" -->
|
||||
|
||||
|
||||
<view style="padding: 30rpx; padding-top: 0">
|
||||
<view class="AC_con">
|
||||
<view class="AC_jilu PM_font">积分记录</view>
|
||||
<common-list
|
||||
|
||||
:dataList="MoneyRecord"
|
||||
isCondition="true"
|
||||
isNoIcon="true"
|
||||
@@ -326,7 +325,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
@import "@/style/mixin.scss";
|
||||
.commonPageBox {
|
||||
background-color: #DBEFF9;
|
||||
background-color: #dbeff9;
|
||||
// background-image: url("@/static/icon/mine_bg.png");
|
||||
// background-repeat: no-repeat;
|
||||
// background-size: 100% 100%;
|
||||
@@ -386,7 +385,7 @@ export default {
|
||||
.AC_jilu {
|
||||
font-size: 42rpx;
|
||||
text-align: left;
|
||||
color:#3D75BF ;
|
||||
color: #3d75bf;
|
||||
// background-image: linear-gradient(90deg, #258feb 20%, #c3fade 100%);
|
||||
// margin-bottom: 30rpx;
|
||||
padding: 10rpx 20rpx 40rpx;
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
// });
|
||||
|
||||
|
||||
var data = await this.$commonJS.getAgreement(104);
|
||||
var data = await this.$commonJS.getAgreement(106);
|
||||
if (data.content) {
|
||||
data.content = data.content.replace(
|
||||
/<h5>/g,
|
||||
@@ -473,7 +473,7 @@
|
||||
realMoney: that.stepsCj.money * 1, //实收金额
|
||||
orderStatus: 0, //订单状态
|
||||
orderType: "point", //订单类型
|
||||
appName: "medicine",
|
||||
appName: "wumen",
|
||||
come: "2",
|
||||
productId: that.stepsCj.priceTypeId, // 充值的类型id
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user