|
|
@@ -65,11 +65,7 @@ const user_type = localStorage.getItem('user_type')
|
|
|
<div style="margin-top: 11px">
|
|
|
<div class="Method">
|
|
|
<el-checkbox-group v-model="checkMethodList" @change="changeMethod">
|
|
|
- <el-checkbox
|
|
|
- class="methodcheckbox"
|
|
|
- value="By Email"
|
|
|
- v-if="user_type != null && user_type != 'customer'"
|
|
|
- >
|
|
|
+ <el-checkbox class="methodcheckbox" value="By Email">
|
|
|
<div>By Email</div>
|
|
|
<div class="methos_image"><img src="../images/illustration_email@2x.png" /></div>
|
|
|
</el-checkbox>
|
|
|
@@ -97,4 +93,4 @@ const user_type = localStorage.getItem('user_type')
|
|
|
.methos_image {
|
|
|
margin: 9px 0;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|