mabo 2021-08-03 09:23:39 +08:00
commit 98c65eab46
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@
<div>
<span>应付金额</span
><span class="actrual-price">{{
priceDetailDTO.billPrice | unitPrice("¥")
priceDetailDTO.flowPrice | unitPrice("¥")
}}</span>
</div>
</div>

View File

@ -2,7 +2,7 @@ echo '开始推送github'
echo '切换git地址'
git remote rm origin
git remote add origin git@github.com:hongyehuicheng/lilishop-ui.git
git remote add origin git@github.com:lilishop/lilishop-ui.git
echo '设置上传代码分支推送github'
git push --set-upstream origin master --force
echo '推送github完成'