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

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

@ -14,4 +14,13 @@
@font-face { @font-face {
font-family: PingFangRegular; font-family: PingFangRegular;
src: url('./PingFang Regular.ttf'); 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