我的订单+我的+vip+商品详情(基础)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user