Commit b2ed1210 authored by 黄奎's avatar 黄奎

页面修改

parent 9aefc929
...@@ -264,7 +264,8 @@ ...@@ -264,7 +264,8 @@
initData() { initData() {
//判断是否是线上环境 //判断是否是线上环境
if (!this.isOnline()) { if (!this.isOnline()) {
this.userInfo.name = "paulwu1657@gmail.com"; //paulwu1657@gmail.com
this.userInfo.name = "18117845617";
this.userInfo.password = "123456"; this.userInfo.password = "123456";
} }
this.userInfo.Domain = window.location.hostname this.userInfo.Domain = window.location.hostname
......
...@@ -117,17 +117,16 @@ ...@@ -117,17 +117,16 @@
</td> </td>
<td> <td>
<template v-if="item.erpgoodobj&&item.erpgoodobj.goods"> <template v-if="item.erpgoodobj&&item.erpgoodobj.goods">
{{item.erpgoodobj.goods.share}} {{item.erpgoodobj.goods.share}}
</template> </template>
</td> </td>
<td> <td>
<template v-if="item.erpgoodobj&&item.erpgoodobj.goods"> <template v-if="item.erpgoodobj&&item.erpgoodobj.goods">
{{item.erpgoodobj.goods.myBuyCommission}} {{item.erpgoodobj.goods.myBuyCommission}}
</template> </template>
</td> </td>
<td> <td>
<a> <a style="cursor:pointer;color:blue;">
下单 下单
</a> </a>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment