Browse Source

style

pull/4/head
pengda 8 months ago
parent
commit
84bc38ee5d
  1. 2
      src/components/cardSecretBuy.vue
  2. 1
      src/components/orderSample.vue

2
src/components/cardSecretBuy.vue

@ -105,7 +105,7 @@ export default {
});
},
toOrderSample: function () {
location.href = `#/orderSample/?url=${this.$route.query.url}`;
location.href = "#/orderSample";
},
buyCard: function (card) {
let openid = this.$cookies.get('openid_' + this.$cookies.get('site_uid'));

1
src/components/orderSample.vue

@ -52,6 +52,7 @@ export default {
.sample-step {
background-repeat: no-repeat;
background-position: 0 50%;
background-size: 8%;
line-height: 60px;
padding-left: 30px;
}

Loading…
Cancel
Save