隐私政策弹窗添加描述
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view style="background: rgba(255, 255, 255, 0.85) !important">
|
||||
<uni-section
|
||||
<!-- <uni-section
|
||||
style="padding: 0 20rpx"
|
||||
class="mb-10 graybg"
|
||||
title="留言板"
|
||||
@@ -287,8 +287,8 @@
|
||||
<text>发布留言</text>
|
||||
</view>
|
||||
</template>
|
||||
</uni-section>
|
||||
<view class="liuyanBox">
|
||||
</uni-section> -->
|
||||
<view class="liuyanBox" v-if="false">
|
||||
<view class="" v-if="sayList.length > 0">
|
||||
<commentsList
|
||||
:sayList="sayList"
|
||||
@@ -396,7 +396,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
<view @click="checkPermision"
|
||||
class="picBtn item flexbox"
|
||||
v-show="uploadPicLIst.length < 3"
|
||||
>
|
||||
@@ -526,6 +526,7 @@ import commentsList from "@/components/commentsList.vue";
|
||||
import emojiList1 from "../../bkhumor-emojiplus/emoji/biaoqin.js";
|
||||
import emotion from "@/bkhumor-emojiplus/components/bkhumor-emojiplus/bkhumor-emojiplus.vue";
|
||||
import $http from "@/config/requestConfig.js";
|
||||
import permission from "@/js_sdk/wa-permission/permission.js"
|
||||
var clear;
|
||||
import { mapState } from "vuex";
|
||||
export default {
|
||||
@@ -699,6 +700,12 @@ export default {
|
||||
},
|
||||
//方法
|
||||
methods: {
|
||||
async checkPermision(){
|
||||
var result = await permission.premissionCheck("CAMERA_EXTERNAL_STORAGE")
|
||||
if (result != 1) {
|
||||
return false
|
||||
}
|
||||
},
|
||||
haveSelected(data) {
|
||||
console.log(data, " 选择的是");
|
||||
if (data.index == 0) {
|
||||
|
||||
Reference in New Issue
Block a user