我的订单+我的+vip+商品详情(基础)

This commit is contained in:
2024-06-20 14:16:36 +08:00
parent 0e20704b92
commit 1e766f08d6
26 changed files with 5168 additions and 87 deletions

View File

@@ -3,7 +3,7 @@
style="
padding: 0 0;
font-size: 28rpx;
background-color: #39b4a84d !important;
;
"
class="commonPage commonPageBox"
>
@@ -494,9 +494,9 @@ export default {
scene: "WXSceneSession",
type: 0,
href: this.$apkUrl,
title: "众妙之门",
summary: "我正在使用众妙之门提升自己,赶紧跟我一起来体验吧!",
imageUrl: "static/icon/fengziIcon.png",
title: "吴门医述",
summary: "我正在使用吴门医述提升自己,赶紧跟我一起来体验吧!",
imageUrl: "static/icon/home_icon_logo.png",
success: function (res) {
console.log("success:" + JSON.stringify(res));
},
@@ -511,9 +511,9 @@ export default {
scene: "WXSceneTimeline",
type: 0,
href: this.$apkUrl,
title: "众妙之门",
summary: "我正在使用众妙之门提升自己,赶紧跟我一起来体验吧!",
imageUrl: "static/icon/fengziIcon.png",
title: "吴门医述",
summary: "我正在使用吴门医述提升自己,赶紧跟我一起来体验吧!",
imageUrl: "static/icon/home_icon_logo.png",
success: function (res) {
console.log("success:" + JSON.stringify(res));
},

View File

@@ -240,12 +240,12 @@ export default {
type: 2,
value: "0",
},
// {
// text: "微信",
// imgUrl: require("@/static/icon/pay_2.png"),
// type: 1,
// value: "1",
// },
{
text: "微信",
imgUrl: require("@/static/icon/pay_2.png"),
type: 1,
value: "1",
},
{
text: "天医币",
imgUrl: require("@/static/icon/pay_3.png"),
@@ -321,7 +321,7 @@ export default {
{
width: "160rpx",
text: "立即支付",
backgroundColor: "linear-gradient(90deg, #258feb 0%, #E2F5FA 100%)",
backgroundColor: "linear-gradient(90deg, #3C77BE 0%,#258feb 100%)",
color: "#fff",
},
],
@@ -329,7 +329,7 @@ export default {
{
with: 200,
text: "确定",
backgroundColor: "linear-gradient(90deg, #258feb 0%, #E2F5FA 100%)",
backgroundColor: "linear-gradient(90deg, #3C77BE 0%,#258feb 100%)",
color: "#fff",
},
],
@@ -567,7 +567,7 @@ export default {
vipBuyConfigId: this.dataInfo.id,
come: 2, //订单来源0疯子读书1国学众妙之门2医学吴门医述
// appName: "medicine",
// appName: "wumen",
};
console.log("data at line 477:", data);

View File

@@ -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;

View File

@@ -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
};