|
@@ -568,10 +568,10 @@ export default {
|
|
|
});
|
|
});
|
|
|
this.$http.get('/asset/get/' + this.$route.query.id).then(res => {
|
|
this.$http.get('/asset/get/' + this.$route.query.id).then(res => {
|
|
|
this.info = res;
|
|
this.info = res;
|
|
|
- if(res.orderId){
|
|
|
|
|
- this.$http.get('/order/get/' + res.orderId).then(res => {
|
|
|
|
|
- this.orderInfo = res;
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ if (res.orderId) {
|
|
|
|
|
+ this.$http.get('/order/get/' + res.orderId).then(res => {
|
|
|
|
|
+ this.orderInfo = res;
|
|
|
|
|
+ });
|
|
|
}
|
|
}
|
|
|
wx.updateAppMessageShareData({
|
|
wx.updateAppMessageShareData({
|
|
|
title: '第九空间-' + res.name,
|
|
title: '第九空间-' + res.name,
|
|
@@ -776,6 +776,7 @@ export default {
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
|
|
|
+ background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
|
border-width: 0px;
|
|
border-width: 0px;
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
@@ -1026,6 +1027,7 @@ export default {
|
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
|
background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
|
|
|
+ background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
|
&.prim {
|
|
&.prim {
|
|
|
color: @text3;
|
|
color: @text3;
|
|
@@ -1198,6 +1200,7 @@ export default {
|
|
|
line-height: 17px;
|
|
line-height: 17px;
|
|
|
background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
|
|
|
+ background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
|
}
|
|
}
|
|
|
|
|
|