Commit b2ed1210 authored by 黄奎's avatar 黄奎

页面修改

parent 9aefc929
......@@ -264,7 +264,8 @@
initData() {
//判断是否是线上环境
if (!this.isOnline()) {
this.userInfo.name = "paulwu1657@gmail.com";
//paulwu1657@gmail.com
this.userInfo.name = "18117845617";
this.userInfo.password = "123456";
}
this.userInfo.Domain = window.location.hostname
......
......@@ -117,17 +117,16 @@
</td>
<td>
<template v-if="item.erpgoodobj&&item.erpgoodobj.goods">
{{item.erpgoodobj.goods.share}}
{{item.erpgoodobj.goods.share}}
</template>
</td>
<td>
<template v-if="item.erpgoodobj&&item.erpgoodobj.goods">
{{item.erpgoodobj.goods.myBuyCommission}}
{{item.erpgoodobj.goods.myBuyCommission}}
</template>
</td>
<td>
<a>
<a style="cursor:pointer;color:blue;">
下单
</a>
</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