0.0.3 • Published 4 years ago

tripg_front_admin_jslib v0.0.3

Weekly downloads
7
License
ISC
Repository
-
Last release
4 years ago

正式版为7.0测试版为6.0 用处:1.升级后永远不用手动升级版本 2.减少了打包后项目的体积

产品线内升级方式:

1.修改 项目根目录/index.html 添加下面代码到<\/body>上面

<script>
    if(window.Vue){
      document.write('<script src="https://www.tripglobal.cn/tripg.php?_t='+Math.ceil(Math.random() * 999)+'"><\/script>');
    }else{
      document.write('<script src="https://www.tripglobal.cn/tripgvue.php?_t='+Math.ceil(Math.random() * 999)+'"><\/script>');
    }
    // 测试用
    // document.write('<script src="https://www.tripglobal.cn/tripgtest.php?_t='+Math.ceil(Math.random() * 999)+'"><\/script>');
</script>

2.修改 项目根目录/build/webpack.base.conf.js

module.exports = {
	//你的代码
	//添加一个同级的节点
	externals: {
    'tripg':'tripg',
  }
}

公共支付类

点这里查看文档

添加记录错误功能查看地址: https://www.tripglobal.cn/fx/index.php?s=index/log/view

公共 npm 包:https://www.npmjs.com/package/tripg

项目内引用:import { paynew } from "tripg"; 或:window.tripg.paynew

    paynew.wxpay(params).then(res => {
      console.log("wxpay------>", res);
    });

    paynew.alipay(params).then(res => {
      console.log("alipay------>", res);
    });

require('tripg').paynew.isApp()

==1 android
==2 ios
==0 其它

git 地址:http://192.168.2.13/zhanglei/tripgnpm

如需修改或添加请提交到 git 我在 publish 能公用的包尽量提交到这里,为方便大家调用和以后合并项目做准备。