提交 26ef2fa3 作者: 毛细亚

set_send_game_log还没有适配

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