|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <uni-popup ref="popupRef" type="center" background-color="#fff">
|
|
|
|
|
|
|
+ <uni-popup ref="popupRef" type="center" background-color="#fff" style="z-index: 9999;">
|
|
|
<view class="dialog-container">
|
|
<view class="dialog-container">
|
|
|
<view class="dialog-header">
|
|
<view class="dialog-header">
|
|
|
<text class="dialog-title" v-t="typeMap[form.type]"></text>
|
|
<text class="dialog-title" v-t="typeMap[form.type]"></text>
|