提交 26ef2fa3 作者: 毛细亚

set_send_game_log还没有适配

上级 ae154c5a
......@@ -26,7 +26,7 @@
"lodash": "^4.17.21",
"moment": "^2.29.1",
"postcss-plugin-px2rem": "^0.8.1",
"qrcode.vue": "^3.6.0",
"qrcode.vue": "^1.7.0",
"sass": "^1.89.0",
"sass-loader": "^16.0.5",
"vconsole": "^3.15.1",
......
......@@ -207,4 +207,13 @@ export function getZqCserWxBelong(data) {
method: 'post',
data
})
}
// 记录转游发送记录
export function send_log_add(data) {
return request({
url: returnApi('/corp_zyou_game_send_log/add'),
method: 'post',
data
})
}
\ No newline at end of file
......@@ -3,7 +3,7 @@
<el-drawer
title="选择游戏"
:visible="show"
width="400px"
size="360px"
@close="close"
>
<el-form
......@@ -95,12 +95,14 @@
<span class="dialog-footer rowFlex">
<el-button
class="btn"
size="small"
@click="close"
>取消</el-button>
<el-button
class="btn"
:loading="loading"
type="primary"
size="small"
@click="handleConfirm"
>确认</el-button>
</span>
......
......@@ -3,7 +3,7 @@
<el-drawer
title="选择游戏"
:visible="show"
width="400px"
size="360px"
@close="close"
>
<el-form label-position="top" class="game-select-container">
......@@ -30,8 +30,8 @@
<qrcode-vue ref="qrcode" :value="sendPageUrl" :size="size" level="H"></qrcode-vue>
</div>
<span class="dialog-footer rowFlex">
<el-button class="btn" @click="close">取消</el-button>
<el-button class="btn" type="primary" :loading="loading" @click="handleConfirm">确认</el-button>
<el-button class="btn" @click="close" size="small">取消</el-button>
<el-button class="btn" type="primary" :loading="loading" @click="handleConfirm" size="small">确认</el-button>
</span>
</el-drawer>
</template>
......
......@@ -3,7 +3,7 @@
<el-drawer
title="选择游戏"
:visible="show"
width="400px"
size="360px"
@close="close"
>
<el-form ref="wxGameForm" :model="wxGameForm" :rules="wxGameRules" label-position="top" class="game-select-container">
......@@ -45,8 +45,8 @@
</el-form-item>
</el-form>
<span class="dialog-footer rowFlex">
<el-button class="btn" @click="close">取消</el-button>
<el-button class="btn" :loading="loading" type="primary" @click="handleConfirm">确认</el-button>
<el-button class="btn" @click="close" size="small">取消</el-button>
<el-button class="btn" :loading="loading" type="primary" @click="handleConfirm" size="small">确认</el-button>
</span>
<div ref="composeContainer" class="compose-container">
<div ref="imageWrapper" class="image-wrapper">
......
......@@ -3,7 +3,7 @@
title="新建渠道链接"
:visible="show"
@close='close'
width="500px"
size="360px"
>
<div class="channelContent">
<el-form
......@@ -119,11 +119,12 @@
class="dialog-footer"
style="padding-top: 0;padding-bottom:0;"
>
<el-button @click="close()">取 消</el-button>
<el-button @click="close()" size="small">取 消</el-button>
<el-button
type="primary"
:loading='btnLoading'
@click="submit"
size="small"
>确 定</el-button>
</span>
</el-dialog>
......
......@@ -285,6 +285,9 @@
</script>
<style lang="scss" scoped>
.vipToolsContent{
width: 100%;
height: 100%;
overflow: auto;
.sendLink {
width: 150px;
height: 25px;
......@@ -321,7 +324,7 @@
.gameList {
width: 100%;
height: 350px;
height: auto;
overflow: auto;
::v-deep .el-tabs__item {
width: 70px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论