cxhxy/app/agent/view/applet/tpl_relation.html
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

15 lines
750 B
HTML
Executable File
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.

<!-- 模板:关联分佣账户 -->
<script id="tpl-relation" type="text/template">
<div class="am-padding-xs am-padding-top-sm">
<input type="hidden" name="data[applet_id]" value="{{ id }}">
<div class="am-form-group">
<label class="am-u-sm-3 am-form-label form-require">用户编号</label>
<div class="am-u-sm-8 am-u-end">
<input type="number" min="0" class="tpl-form-input"
placeholder="请输入要关联的微信用户编号" name="data[user_id]"
value="" required>
<small>怎么获取用户编号打开该小程序->我的点开用户详情内获取</small>
</div>
</div>
</div>
</script>