交易大厅以及商户设置

This commit is contained in:
jia 2023-09-20 08:59:08 +08:00
parent 6a2b4c9cbd
commit 992b36292d
7 changed files with 66 additions and 52 deletions

View File

@ -128,25 +128,26 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, {
"path": "uni_modules/guyue-updater/pages/updater",
"style": {
"app-plus": {
"animationDuration": 200,
"animationType": "fade-in",
"background": "transparent",
"backgroundColorTop": "transparent",
"bounce": "none",
"popGesture": "none",
"scrollIndicator": false,
"titleNView": false
},
"backgroundColor": "transparent",
"disableScroll": true,
"navigationStyle": "custom"
}
} }
], ,{
"path": "uni_modules/guyue-updater/pages/updater",
"style": {
"app-plus": {
"animationDuration": 200,
"animationType": "fade-in",
"background": "transparent",
"backgroundColorTop": "transparent",
"bounce": "none",
"popGesture": "none",
"scrollIndicator": false,
"titleNView": false
},
"backgroundColor": "transparent",
"disableScroll": true,
"navigationStyle": "custom"
}
}
],
"subPackages": [{ "subPackages": [{
"root": "pages/goods_cate", "root": "pages/goods_cate",
"name": "goods_cate", "name": "goods_cate",
@ -1126,13 +1127,13 @@
"path": "transactionApplication/index", "path": "transactionApplication/index",
"style": { "style": {
"navigationBarTitleText": "交易申请", "navigationBarTitleText": "交易申请",
"enablePullDownRefresh": true "enablePullDownRefresh": false
} }
},{ },{
"path": "transactionApplication/application", "path": "transactionApplication/application",
"style": { "style": {
"navigationBarTitleText": "申请记录", "navigationBarTitleText": "申请记录",
"enablePullDownRefresh": true "enablePullDownRefresh": false
} }
}, },
{ {
@ -1636,7 +1637,7 @@
"iconPath": "static/tabbar_icon/c.png", "iconPath": "static/tabbar_icon/c.png",
"selectedIconPath": "static/tabbar_icon/c-a.png", "selectedIconPath": "static/tabbar_icon/c-a.png",
"text": "发布" "text": "发布"
}, },
{ {
"pagePath": "pages/supply_chains/supply_chains", "pagePath": "pages/supply_chains/supply_chains",
@ -1652,7 +1653,7 @@
"text": "我的" "text": "我的"
} }
] ]

View File

@ -73,9 +73,7 @@
</view> </view>
</view> </view>
<view class="" v-if="jurisdiction == false && isShow == false">
<emptyPage title="暂无信息"></emptyPage>
</view>
<u-picker :defaultIndex="[0,0]" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm" <u-picker :defaultIndex="[0,0]" :show="showPicker" ref="uPicker" :columns="columnData" @confirm="confirm"
@cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker> @cancel="showPicker = false" @change="changeHandler" keyName="name"></u-picker>
<!-- <m-tabbar native> <!-- <m-tabbar native>
@ -91,7 +89,7 @@
<script> <script>
import Cache from '@/utils/cache'; import Cache from '@/utils/cache';
import mTabbar from '@/components/m-tabbar/m-tabbar.vue' import mTabbar from '@/components/m-tabbar/m-tabbar.vue'
import emptyPage from '@/components/emptyPage.vue';
import zbpSwiper from '@/components/zbpSwiper' import zbpSwiper from '@/components/zbpSwiper'
import { import {
getArea, getArea,
@ -127,8 +125,8 @@
export default { export default {
components: { components: {
mTabbar, mTabbar,
zbpSwiper, zbpSwiper
emptyPage
}, },
data() { data() {
return { return {

View File

@ -350,6 +350,7 @@
<text class="text">商户设置</text> <text class="text">商户设置</text>
</view> </view>
<view class="examine" v-if="userInfoData.mer_info.setting_status==1" @click="navigator(`/pages/product/transactionApplication/index?mer_id=${mer_id}&business_status=${userInfoData.mer_info.business_status}`, '交易申请')"> <view class="examine" v-if="userInfoData.mer_info.setting_status==1" @click="navigator(`/pages/product/transactionApplication/index?mer_id=${mer_id}&business_status=${userInfoData.mer_info.business_status}`, '交易申请')">
<image class="icon_img" src="@/static/images/jy.png" mode="aspectFill"> <image class="icon_img" src="@/static/images/jy.png" mode="aspectFill">
</image> </image>

View File

@ -173,6 +173,7 @@
<script> <script>
import { import {
navigateBack,
Toast Toast
} from '@/libs/uniApi.js' } from '@/libs/uniApi.js'
import { import {
@ -396,11 +397,12 @@
Toast(res.message) Toast(res.message)
setTimeout(() => { setTimeout(() => {
uni.switchTab({ uni.switchTab({
url: '/pages/gather/gather', url: '/pages/moreProject/moreProject',
fail: (err) => { fail: (err) => {
// console.log('err', err); // console.log('err', err);
} }
}); });
}, 2000) }, 2000)
}).catch(err => { }).catch(err => {
Toast(err) Toast(err)
@ -422,28 +424,36 @@
}); });
}, },
seleckImage(i) { seleckImage(i) {
let that = this let that = this;
uni.chooseImage({ that.$util.uploadImageOne('upload/image', function(res) {
count: 1, // console.log(res)
sizeType: ['original', 'compressed'], that.images[i].img = res.data.path
sourceType: ['album', 'camera'],
success: function(res) {
console.log(res);
uni.showLoading({
title: '上传中...'
})
uploads(res.tempFilePaths[0], 'img').then(res => {
that.images[i].img = res
uni.hideLoading()
}).catch(err => {
Toast('添加失败')
uni.hideLoading()
})
},
fail: function(err) {
Toast('添加失败')
}
}); });
// let that = this
// uni.chooseImage({
// count: 1,
// sizeType: ['original', 'compressed'],
// sourceType: ['album', 'camera'],
// success: function(res) {
// uni.showLoading({
// title: '...'
// })
// console.log(res.tempFilePaths[0],'22222222');
// uploads(res.tempFilePaths[0], 'img').then(res => {
// console.log(res,'3333');
// that.images[i].img = res
// uni.hideLoading()
// }).catch(err => {
// Toast('')
// uni.hideLoading()
// })
// },
// fail: function(err) {
// Toast('')
// }
// });
}, },
delImg(i) { delImg(i) {
let that = this let that = this

View File

@ -22,7 +22,9 @@
{{item.type_name}} {{item.type_name}}
</view> </view>
</view> </view>
<view class="" v-if="item.fail_msg" style="margin-top: -50rpx;color: red;">
拒绝原因{{item.fail_msg}}
</view>
<view class="content_detail"> <view class="content_detail">
<view class="" style="display: flex;"> <view class="" style="display: flex;">
<view style="width:150rpx;"> 申请人</view> <view style="width:150rpx;"> 申请人</view>

View File

@ -24,7 +24,7 @@
<view class="bottombtn_no" @click="noagree">拒绝</view> <view class="bottombtn_no" @click="noagree">拒绝</view>
<view class="bottom_agree" @click="agree">同意</view> <view class="bottom_agree" @click="agree">同意</view>
</view> </view>
<view class="content-bottom" v-if="type==1"> <view class="content-bottom" v-if="type==1||type==3">
<view class="bottom_agree" @click="agree">重新申请</view> <view class="bottom_agree" @click="agree">重新申请</view>
</view> </view>
</view> </view>
@ -57,6 +57,7 @@
}, },
onLoad(e) { onLoad(e) {
this.type = e.business_status this.type = e.business_status
this.list() this.list()
}, },
methods: { methods: {
@ -85,6 +86,7 @@
uni.navigateTo({ uni.navigateTo({
url: '/pages/moreProject/moreProject' url: '/pages/moreProject/moreProject'
}) })
}, },
// //
agree() { agree() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB