同步代码

This commit is contained in:
唐明明
2023-06-27 17:30:14 +08:00
parent 47878384e8
commit 7c56feee3f
2 changed files with 2 additions and 8 deletions

View File

@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置 // 基础配置
const config = { const config = {
apiUrl : 'https://douhuo.douhuofalv.com/api/', // apiUrl : 'https://douhuo.douhuofalv.com/api/',
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境 apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
timeout : 60000 timeout : 60000
} }

View File

@@ -11,12 +11,6 @@
<!-- 机构 --> <!-- 机构 -->
<view class="block-item"> <view class="block-item">
<label class="block-item-label"><text>*</text>机构</label> <label class="block-item-label"><text>*</text>机构</label>
<!-- <picker :range="item.institution" range-key="title" :value="item.institutionIndex" @change="institutionChange($event, item, index)">
<view class="institution-picker">
<view class="institution-picker-text nowrap">{{item.institution[item.institutionIndex].title}}</view>
<u-icon size="12" color="#999" name="arrow-down-fill"></u-icon>
</view>
</picker> -->
<view class="institution-picker" @click="onShowInstitution(item.institution, item, index)"> <view class="institution-picker" @click="onShowInstitution(item.institution, item, index)">
<view class="institution-picker-text nowrap">{{item.institution[item.institutionIndex].title}}</view> <view class="institution-picker-text nowrap">{{item.institution[item.institutionIndex].title}}</view>
<u-icon size="12" color="#999" name="arrow-down-fill"></u-icon> <u-icon size="12" color="#999" name="arrow-down-fill"></u-icon>