20240205 V0.5
luoJunYong.123 3 years ago
parent b42cc6074a
commit 2fac77462d
  1. 16
      src/pages/counter/list/index.vue
  2. 9
      src/styles/font/myfont.css

@ -1219,7 +1219,11 @@ export default {
getMoneyTotal(changeIt) {
// 西
if(changeIt) {
console.log(this.backMoneyTotal)
if(this.backMoneyTotal > 0) {
this.setTipsOperate('取钱成功!')
this.pushThingsGoods([15])
}
}
this.tipsDialog = false
},
@ -1785,7 +1789,7 @@ export default {
let formList = [];
if(this.needBackMoney) {
this.tipsDialog = true
console.log(this.backMoneyArr)
// let params= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,1',
// lcJudgmentRuleReq: [
@ -3593,11 +3597,12 @@ color: #fff;
h2 {
margin-top: 14.3%;
// opacity: 0.8;
font-family: PingFangHeavy;
font-family: MyAppleFont1;
font-size: 30px;
color: #000000;
letter-spacing: 0.36px;
font-weight: 500;
// font-weight: 500;
text-align: center;
}
.dia-footer {
@ -3622,10 +3627,11 @@ color: #fff;
background: #FFFFFF;
border-radius: 16px;
box-shadow: 0 0 0 0!important;
font-family: PingFangHeavy;
font-family: MyAppleFont1;
h3 {
// opacity: 0.8;
font-size: 30px;
padding-left: 40px;
color: #000000;
letter-spacing: 0.36px;
line-height: 42px;

@ -15,3 +15,12 @@
font-family: PingFangRegular;
src: url('./PingFang Regular.ttf');
}
@font-face {
font-family: MyAppleFont1;
src: url('./苹方黑体-中粗-简.ttf');
font-weight: 500;
}
/* @font-face {
font-family: MyAppleFont2;
src: url('./苹方黑体-中粗-简.ttf');
} */
Loading…
Cancel
Save