# v1.2.1 更新内容

## 更新列表
    1. 短信后台升级,更新供应商
    2. 替换官方swagger文档提升友好和易用[swagger-bootstrap-ui] https://doc.xiaominfo.com/knife4j
    3. 添加商品分类必要素材,可在配置好图片服务后自行维护
This commit is contained in:
stivepeim
2020-11-17 15:19:43 +08:00
parent f24cc527af
commit bd467b13bc
11 changed files with 93 additions and 72 deletions

View File

@@ -88,9 +88,9 @@ export default {
getNumber() {
smsInfoApi().then(async res => {
const data = res
this.numbers = data.number
this.sendTotal = data.send_total
this.amount = data.number + data.send_total
this.numbers = data.num
this.sendTotal = data.surp
this.amount = data.num + data.surp
this.smsAccount = data.account
})
},