|
@@ -39,10 +39,12 @@
|
|
|
class="usea"
|
|
|
style="background: #ff6700"
|
|
|
v-if="item.prize_type != 'integral' && item.is_receive == 1"
|
|
|
+ @click="visibilityDialog2 = true"
|
|
|
>
|
|
|
添加客服
|
|
|
</div>
|
|
|
<div
|
|
|
+ @click="get(item.id, item.prize_type)"
|
|
|
class="usea"
|
|
|
style="background: #00b0b0"
|
|
|
v-if="item.is_receive == 0 && item.can_receive == 1"
|
|
@@ -76,27 +78,39 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="usea" v-if="item.level == 0">会员专属</div>
|
|
|
- <div class="usea" v-else-if="item.is_receive == 1">已领取</div>
|
|
|
- <!-- <div
|
|
|
+ <div
|
|
|
+ class="usea"
|
|
|
+ v-if="item.is_received == 1 && item.prize_type == 'coupon'"
|
|
|
+ >
|
|
|
+ 已领取
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
class="usea"
|
|
|
style="background: #ff6700"
|
|
|
- v-if="item.prize_type != 'integral' && item.is_qualified == 1">
|
|
|
+ v-if="
|
|
|
+ item.prize_type != 'coupon' &&
|
|
|
+ item.is_qualified == 1 &&
|
|
|
+ item.is_received == 1
|
|
|
+ "
|
|
|
+ @click="visibilityDialog2 = true"
|
|
|
+ >
|
|
|
添加客服
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
<div
|
|
|
class="usea"
|
|
|
style="background: #00b0b0"
|
|
|
- v-else-if="item.is_receive == 0 && item.is_qualified == 1"
|
|
|
- @click="get()"
|
|
|
+ v-if="item.is_received == 0 && item.is_qualified == 1"
|
|
|
+ @click="get1(item.id, item.prize_type)"
|
|
|
>
|
|
|
领取
|
|
|
</div>
|
|
|
- <!-- <div
|
|
|
- v-else-if="item.is_qualified == 0"
|
|
|
+ <div
|
|
|
+ v-if="item.is_qualified == 0"
|
|
|
class="usea"
|
|
|
- style="background: #f7f7f7; color: #555555">
|
|
|
+ style="background: #f7f7f7; color: #555555"
|
|
|
+ >
|
|
|
未达标
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -230,6 +244,32 @@
|
|
|
</el-form>
|
|
|
<div style="" class="saveadd" @click="saveadd">保存收货地址</div>
|
|
|
</el-dialog>
|
|
|
+ <!-- 添加客服 -->
|
|
|
+ <el-dialog v-model="visibilityDialog2" align="center" width="400">
|
|
|
+ <el-icon :size="60" color="rgba(0, 155, 115, 1)">
|
|
|
+ <SuccessFilled />
|
|
|
+ </el-icon>
|
|
|
+ <h4>提交成功</h4>
|
|
|
+ <p class="dialog-desc">请前往添加客服微信</p>
|
|
|
+ <template #footer>
|
|
|
+ <div class="dialog-footer">
|
|
|
+ <el-button size="large" @click="visibilityDialog2 = false"
|
|
|
+ > 稍后添加 </el-button
|
|
|
+ >
|
|
|
+ <el-button @click="getConfiguser" size="large" type="primary"
|
|
|
+ > 添加客服 </el-button
|
|
|
+ >
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-dialog>
|
|
|
+ <!-- 二维码展示 -->
|
|
|
+ <el-dialog title="添加客服" v-model="imageshow" align="center" width="400">
|
|
|
+ <img
|
|
|
+ :src="customer_service_qrcode"
|
|
|
+ style="width: 350px; height: 350px"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ </el-dialog>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
@@ -237,8 +277,16 @@ import { onMounted, ref, reactive } from "vue";
|
|
|
import { QD_LIST } from "~/utils/constance";
|
|
|
import debounce from "loadsh/debounce";
|
|
|
import * as qdApi from "~/api/qiandao";
|
|
|
-import * as addressApi from "~/api/address";
|
|
|
import * as addApi from "~/api/address";
|
|
|
+import {
|
|
|
+ ArrowLeft,
|
|
|
+ LocationFilled,
|
|
|
+ WarningFilled,
|
|
|
+ SuccessFilled,
|
|
|
+} from "@element-plus/icons-vue";
|
|
|
+import * as commonApi from "~/api/common";
|
|
|
+
|
|
|
+const visibilityDialog2 = ref(false);
|
|
|
|
|
|
//地址列表
|
|
|
// const addList = ref([]);
|
|
@@ -252,6 +300,7 @@ import * as addApi from "~/api/address";
|
|
|
// };
|
|
|
// onMounted(__add__);
|
|
|
//获取地址列表
|
|
|
+const imageshow = ref(false);
|
|
|
const arrlist = ref([]);
|
|
|
//默认地址
|
|
|
const defaultid = ref();
|
|
@@ -300,24 +349,61 @@ const infoa = async () => {
|
|
|
defaultadd.value[0] = data;
|
|
|
dialogVisible.value = false;
|
|
|
} catch (error) {}
|
|
|
+ if (subNavCurrent == "sign") {
|
|
|
+ receive();
|
|
|
+ } else {
|
|
|
+ levelPrize();
|
|
|
+ }
|
|
|
+};
|
|
|
+//会员奖励领取
|
|
|
+const goodsida = ref(0);
|
|
|
+const get1 = (id, type) => {
|
|
|
+ goodsida.value = id;
|
|
|
+ if (type == "goods") {
|
|
|
+ dialogVisible.value = true;
|
|
|
+ } else {
|
|
|
+ levelPrize();
|
|
|
+ }
|
|
|
};
|
|
|
-
|
|
|
-const dialogVisible = ref(true);
|
|
|
-// const get = () => {
|
|
|
-// dialogVisible.value = true;
|
|
|
-// };
|
|
|
-const get = () => {};
|
|
|
//领取商品
|
|
|
-// const get = async () => {
|
|
|
-// console.log(1111);
|
|
|
-// dialogVisible.value = true;
|
|
|
+const levelPrize = async () => {
|
|
|
+ try {
|
|
|
+ const { data } = await qdApi.levelPrize({
|
|
|
+ address_id: defaultid.value,
|
|
|
+ id: goodsida.value,
|
|
|
+ });
|
|
|
+ ElMessage.success({
|
|
|
+ message: "领取成功",
|
|
|
+ type: "success",
|
|
|
+ });
|
|
|
+ __level__();
|
|
|
+ } catch (error) {}
|
|
|
+};
|
|
|
|
|
|
-// try {
|
|
|
-// const { data } = await qdApi.receive({
|
|
|
-// address_id: "",
|
|
|
-// });
|
|
|
-// } catch (error) {}
|
|
|
-// };
|
|
|
+const dialogVisible = ref(false);
|
|
|
+const goodsid = ref(0);
|
|
|
+const get = (id, type) => {
|
|
|
+ goodsid.value = id;
|
|
|
+ if (type != "integral") {
|
|
|
+ dialogVisible.value = true;
|
|
|
+ } else {
|
|
|
+ receive();
|
|
|
+ }
|
|
|
+};
|
|
|
+//领取商品
|
|
|
+const receive = async () => {
|
|
|
+ try {
|
|
|
+ const { data } = await qdApi.receive({
|
|
|
+ address_id: defaultid.value,
|
|
|
+ id: goodsid.value,
|
|
|
+ });
|
|
|
+ ElMessage.success({
|
|
|
+ message: "领取成功",
|
|
|
+ type: "success",
|
|
|
+ });
|
|
|
+ __topic__();
|
|
|
+ } catch (error) {}
|
|
|
+};
|
|
|
//弹出框
|
|
|
const dialogFormVisible = ref(false);
|
|
|
const form = reactive({
|
|
@@ -397,6 +483,17 @@ const __multipart__ = async () => {
|
|
|
});
|
|
|
} catch (error) {}
|
|
|
};
|
|
|
+//添加客服接口
|
|
|
+const customer_service_qrcode = ref();
|
|
|
+const getConfiguser = async () => {
|
|
|
+ try {
|
|
|
+ const { data } = await commonApi.getConfiguser({
|
|
|
+ module: "basic",
|
|
|
+ });
|
|
|
+ customer_service_qrcode.value = data.customer_service_qrcode;
|
|
|
+ } catch (error) {}
|
|
|
+ imageshow.value = true;
|
|
|
+};
|
|
|
//更新
|
|
|
const __put__ = async () => {
|
|
|
try {
|
|
@@ -493,6 +590,20 @@ const handleSwitchSubNav = debounce((type) => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
@import "~/styles/variable.scss";
|
|
|
+.saveadd {
|
|
|
+ width: 122px;
|
|
|
+ height: 40px;
|
|
|
+ background: #00b0b0;
|
|
|
+ border-radius: 4px;
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 15px;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 40px;
|
|
|
+ text-align: center;
|
|
|
+ font-style: normal;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
.btn {
|
|
|
width: 84px;
|
|
|
height: 38px;
|