wemall微信商城源码插件会员卡代码是用于商业推广的比较有效的方式,分享了部分比较重要的代码,供技术员学习参考
wemall微信商城源码插件会员卡代码是用于商业推广的比较有效的方式,分享了部分比较重要的代码,供技术员学习参考
index_index.html
会员卡
content=width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;>
vip会员卡
会员姓名{$user.username}
会员卡号
{$user.id}
使用时向服务员出示此卡
账户
{$user.money}
积分
{$user.score}
最新通知
会员卡说明
消费记录
个人资料
地址: {$config.address}
电话: {$config.tel}
© 2014-2015 inuoer.com. all
rights reserved.
config_index.html
会员卡设置
会员卡设置
最新通知链接
value={$config.notify_url}
type=text>
地址
value={$config.address}
type=text>
电话
type=text>
会员卡说明链接
type=text>
备注
type=text>
保存
indexcontroller.class.phpassign(user, $user);
$config = m(addoncardconfig)->find();
$this->assign(config, $config);
$this->display('', false);
}
}代码来源: www.wemallshop.com