|
@@ -4,7 +4,7 @@
|
|
|
<view class="c-row b-b">
|
|
|
<text class="tit">名头</text>
|
|
|
<view class="con-list">
|
|
|
- <text @click="navToDetailPage">{{deptList.buyer}}</text>
|
|
|
+ <text @click="navToDetailPage">{{deptList.buyer}}<text class='tip_text cuIcon-right'></text></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row b-b">
|
|
@@ -262,20 +262,20 @@
|
|
|
}
|
|
|
},
|
|
|
onShow() {
|
|
|
- var that = this
|
|
|
- this.$api.doRequest('get', '/identityAuthenticationInfo/getInfo', {
|
|
|
- commonId: this.userInfo.id
|
|
|
- }).then(res => {
|
|
|
- if (res.data.code == 200) {
|
|
|
- if (res.data.data.customerTypeFlag == 1) {
|
|
|
- that.$set(this.deptList, 'buyer', res.data.data.customerName)
|
|
|
- } else {
|
|
|
- that.$set(this.deptList, 'buyer', res.data.data.compName)
|
|
|
- }
|
|
|
- this.goods = res.data.data
|
|
|
- }
|
|
|
- uni.hideLoading()
|
|
|
- })
|
|
|
+ // var that = this
|
|
|
+ // this.$api.doRequest('get', '/identityAuthenticationInfo/getInfo', {
|
|
|
+ // commonId: that.userInfo.id
|
|
|
+ // }).then(res => {
|
|
|
+ // if (res.data.code == 200) {
|
|
|
+ // if (res.data.data.customerTypeFlag == 1) {
|
|
|
+ // that.$set(that.deptList, 'buyer', res.data.data.customerName)
|
|
|
+ // } else {
|
|
|
+ // that.$set(that.deptList, 'buyer', res.data.data.compName)
|
|
|
+ // }
|
|
|
+ // that.goods = res.data.data
|
|
|
+ // }
|
|
|
+ // uni.hideLoading()
|
|
|
+ // })
|
|
|
},
|
|
|
methods: {
|
|
|
async amendprice() {
|