kefu/static/templates/default/setting_marketing.html

35 lines
1.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{template "header" }}
<div id="app" style="width:100%">
<template>
<el-container>
<el-main class="mainMain" >
<el-alert
title="提示"
type="info"
description="为指定账户生成微信公众号永久营销带参二维码系统官方公众号永久二维码是无过期时间的但数量较少目前为最多10万个。永久二维码主要用于适用于帐号绑定、用户来源统计等场景。">
</el-alert>
<el-form ref="form" label-width="90px" style="margin-top:20px;width:500px;">
<el-form-item label="账号">
<el-input v-model="settingCharge.username"></el-input>
</el-form-item>
<el-form-item label="选择">
<el-select v-model="settingCharge.username" placeholder="请选择">
<el-option :label="item.nickname" v-for="item in kefuList.list" v-bind:key="item.id" :value="item.name"></el-option>
</el-select>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="userWeixinMarketing()">提交</el-button>
</el-form-item>
</el-form>
</el-main>
</el-container>
</template>
</div>
</body>
{{template "setting_bottom" .}}