Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-ui
commit
98c65eab46
|
@ -260,7 +260,7 @@
|
|||
<div>
|
||||
<span>应付金额:</span
|
||||
><span class="actrual-price">{{
|
||||
priceDetailDTO.billPrice | unitPrice("¥")
|
||||
priceDetailDTO.flowPrice | unitPrice("¥")
|
||||
}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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完成'
|
||||
|
|
Loading…
Reference in New Issue