|
|
@@ -49,7 +49,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
+ <view style="text-align:center;margin-top:30upx;color:#827171;font-size:28upx;margin-bottom:100upx;">
|
|
|
+ <text style="margin-right:20upx;">中花汇提供技术支持</text>
|
|
|
+ <text style="margin-right:20upx;">|</text>
|
|
|
+ <text @click="toPhone()">联系中花汇</text>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="app-footer open_btn">
|
|
|
<view @click="addGhs()" class="admin-button-com big blue">新增供货商</view>
|
|
|
@@ -82,6 +86,9 @@ export default {
|
|
|
...mapGetters({ dictInfo:"getDictionariesInfo" })
|
|
|
},
|
|
|
methods: {
|
|
|
+ toPhone(){
|
|
|
+ uni.makePhoneCall({ phoneNumber:'15280215347' })
|
|
|
+ },
|
|
|
addGhs(){
|
|
|
this.pageTo({url: '/admin/ghs/addGhs'})
|
|
|
},
|
|
|
@@ -198,7 +205,7 @@ export default {
|
|
|
.ghs_list_area {
|
|
|
width: 750upx;
|
|
|
background-color: #ece5e5;
|
|
|
- margin-bottom:150upx;
|
|
|
+ margin-bottom:50upx;
|
|
|
.group_1 {
|
|
|
box-shadow: 0px 1px 0px 0px rgba(221, 221, 221, 1);
|
|
|
background-color: rgba(255, 255, 255, 1);
|