|
|
@@ -71,20 +71,20 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="ensure">
|
|
|
- <view class="ensure_btn" @click="ensure">
|
|
|
- 确 定
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <view class="ensure">
|
|
|
+ <view class="ensure_btn" @click="ensure">
|
|
|
+ 确 定
|
|
|
</view>
|
|
|
- <u-popup v-model="show2" mode="bottom" length="30%" class="pop-up">
|
|
|
- <scroll-view scroll-y="true" class="sheet">
|
|
|
- <view class="sheet-text" v-for="(item,index) in options2" :key="index">
|
|
|
- <p @click="typesofroles(index)">{{item.text}}</p>
|
|
|
- </view>
|
|
|
- </scroll-view>
|
|
|
- <button @click="show2 = false">取消</button>
|
|
|
- </u-popup>
|
|
|
</view>
|
|
|
+ <u-popup v-model="show2" mode="bottom" length="30%" class="pop-up">
|
|
|
+ <scroll-view scroll-y="true" class="sheet">
|
|
|
+ <view class="sheet-text" v-for="(item,index) in options2" :key="index">
|
|
|
+ <p @click="typesofroles(index)">{{item.text}}</p>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
+ <button @click="show2 = false">取消</button>
|
|
|
+ </u-popup>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
@@ -346,7 +346,7 @@
|
|
|
.ensure {
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
- bottom: 30rpx;
|
|
|
+ bottom: 100rpx;
|
|
|
|
|
|
.ensure_btn {
|
|
|
width: 90%;
|