提交 1257d58e 编写于 作者: D DCloud_LXH

feat: uni-AD、uniAD 改为 uni-ad

上级 1322ff28
......@@ -103,7 +103,7 @@ export default {
title: '运营产品',
content: [
{
subTitle: 'uni-AD',
subTitle: 'uni-ad',
url: 'https://uniad.dcloud.net.cn/login',
},
{
......
......@@ -19,7 +19,7 @@ export default {
imageUrl: 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/d@2x.png',
},
{
name: 'uniAD',
name: 'uni-ad',
url: 'https://uniad.dcloud.net.cn',
imageUrl:
'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uniad-520.png',
......
......@@ -590,7 +590,7 @@ export default {
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304121447261.png)
3. 在 uni-AD Web 控制台,找到广告位,点击配置激励视频,展开当前广告位项,可看到生成的 `Security key``adp id`,复制 `Security key``adp id`
3. 在 uni-ad Web 控制台,找到广告位,点击配置激励视频,展开当前广告位项,可看到生成的 `Security key``adp id`,复制 `Security key``adp id`
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/202304121448549.png)
......@@ -695,4 +695,3 @@ export default {
<input type="checkbox" disabled /> 支持评论
<input type="checkbox" disabled /> 支持收藏
......@@ -2,7 +2,7 @@
> 本文档适用于客户端为 `uni-app` 且 `uni-pay 2.0.0` 及以上版本,需 HBuilderX 3.6.5 及以上版本。旧版本文档请访问:[uni-pay 1.x 文档](./uni-pay-common.md)
> 若客户端为 `uni-app-x` 则请访问:[uni-pay-x 文档](./uni-app-x.md)
> 若客户端为 `uni-app-x` 则请访问:[uni-pay-x 文档](./uni-app-x.md)
## 简介@introduction
......@@ -38,7 +38,7 @@
- 页面
+ 支付收银台组件(让用户选择付款渠道) [组件详情](#uni-pay-component)
+ 支付成功结果页(可配置uni-ad广告,增加开发者收益)[uni-AD 广告联盟](https://uniad.dcloud.net.cn/login)
+ 支付成功结果页(可配置uni-ad广告,增加开发者收益)[uni-ad 广告联盟](https://uniad.dcloud.net.cn/login)
- 云对象([uni-pay-co](#uni-pay-co)
+ 微信支付
......@@ -2426,7 +2426,7 @@ this.$refs.pay.createOrder({
<view><input v-model.number="wxpay_virtual.buy_quantity" /></view>
</view>
</template>
<button @click="createOrder('wxpay-virtual')">发起微信虚拟支付</button>
<button @click="getOrderPopup(true)">查询支付状态</button>
......@@ -2510,7 +2510,7 @@ this.$refs.pay.createOrder({
}
},
onLoad(options = {}) {
},
methods: {
/**
......@@ -2623,7 +2623,7 @@ this.$refs.pay.createOrder({
// 监听事件 - 支付订单创建成功(此时用户还未支付)
onCreate(res) {
console.log('create: ', res);
},
// 监听事件 - 支付成功
onSuccess(res) {
......@@ -2794,7 +2794,7 @@ this.$refs.pay.createOrder({
},
},
computed: {
},
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册